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

fix

parent d4d46edb
No related branches found
No related tags found
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!167Sync Graph
Pipeline #50943 passed with warnings
......@@ -312,9 +312,10 @@ startswith: bool, optional
raise MissingReferencingEntityError(
f"Could not find referencing entities of type(s): {prop.value}\n"
f"for registered identifiable:\n{se.registered_identifiable}\n"
f"There were {len(identifiable_backrefs)
} referencing entities to choose from.\n"
f"This error can also occur in case of merge conflicts in the referencing entities."
f"There were {len(identifiable_backrefs)} referencing entities to "
"choose from.\n"
f"This error can also occur in case of merge conflicts in the referencing"
" entities."
)
elif len([e.id for e in identifiable_backrefs if el.id is None]) > 0:
raise RuntimeError(
......
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