Skip to content
Snippets Groups Projects
Commit dce7c515 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

DOC: added review note

parent 993d8608
Branches
Tags
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!167Sync Graph
Pipeline #51534 passed with warnings
......@@ -431,6 +431,8 @@ class IdentifiableAdapter(metaclass=ABCMeta):
"""returns true if one of the parents is listed by the 'is_referenced_by' property
This function also returns True if 'is_referenced_by' contains the wildcard '*'.
Last review by Alexander Schlemmer on 2024-05-29.
"""
if register_identifiable.get_property("is_referenced_by") is None:
return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment