Skip to content
Snippets Groups Projects

Draft: New debug tree

Open Alexander Schlemmer requested to merge f-new-debug-tree into dev
2 files
+ 3
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -185,6 +185,7 @@ def _treat_merge_error_of(newrecord, record):
"""
for this_p in newrecord.properties:
that_p = record.get_property(this_p.name)
if that_p is None:
logger.debug(f"Property {this_p.name} does not exist in the second entity. Note that "
"this should not be the reason for the merge conflict.")
Loading