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

add rename

parent 462ec764
Branches
Tags
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!167Sync Graph
Pipeline #51349 passed with warnings
...@@ -148,7 +148,7 @@ identifiabel, identifiable and identified record) for a Record. ...@@ -148,7 +148,7 @@ identifiabel, identifiable and identified record) for a Record.
query_string = query_string[:-len(" AND ")] query_string = query_string[:-len(" AND ")]
return query_string return query_string
def check_identifying_props(self, node: SyncNode, raise_exception: bool = True): def all_identifying_properties_exist(self, node: SyncNode, raise_exception: bool = True):
"""checks whether all identifying properties exist and raises an error if """checks whether all identifying properties exist and raises an error if
that's not the case. It furthermore raises an error if "name" is part of that's not the case. It furthermore raises an error if "name" is part of
the identifiable, but the node does not have a name. the identifiable, but the node does not have a name.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment