Skip to content
Snippets Groups Projects

New f fix merge

Merged Florian Spreckelsen requested to merge f-fix-merge into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -298,7 +298,7 @@ class Crawler(object):
def _has_reference_value_without_id(self, ident: Identifiable) -> bool:
"""
Returns True if there is at least one value in the properties and backrefs attributes of ``ident`` which:
Returns True if there is at least one value in the properties attribute of ``ident`` which:
a) is a reference property AND
b) where the value is set to a
Loading