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

FIX

parent 34da5422
No related branches found
No related tags found
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!167Sync Graph
Pipeline #50979 passed with warnings
......@@ -471,7 +471,7 @@ class SyncGraph():
target.update(source)
# replace actual reference property values
for node in self.backward_references.pop(id(source)):
for node in self.backward_references[id(source)]:
_set_each_scalar_value(node,
condition=lambda val: val is source,
value=lambda val: target)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment