Skip to content
Snippets Groups Projects
Commit 865aa265 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: correct argument names

parent 829619a8
No related branches found
No related tags found
2 merge requests!128MNT: Added a warning when column metadata is not configured, and a better...,!119Correct labels in yaml model parser
Pipeline #57498 passed
......@@ -147,8 +147,8 @@ class DataModel(dict):
ref = query.execute(unique=True)
diff = (describe_diff(*compare_entities(ent, ref),
name=ent.name,
label_old="version from the yaml file",
label_new="version from LinkAhead"))
label_e0="version from the yaml file",
label_e1="version from LinkAhead"))
if diff != "":
if verbose:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment