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

DOC: add explanation

parent fa098c97
No related branches found
No related tags found
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!167Sync Graph
Pipeline #51073 failed
......@@ -87,6 +87,9 @@ class SyncNode:
parents are added if they are not yet in the list
properties are added in any case. This may lead to duplication of properties.
We allow this duplication here and remove it when we create a db.Entity (export_entity
function) because if property values are SyncNode objects, they might not be comparable (no
ID, no identifiable) yet.
"""
if other.identifiable is not None and self.identifiable is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment