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

FIX: use correct variable

parent 71878731
No related branches found
No related tags found
2 merge requests!160STY: styling,!151New class to track treated Records during sync
Pipeline #47348 passed
...@@ -756,7 +756,7 @@ class Crawler(object): ...@@ -756,7 +756,7 @@ class Crawler(object):
else: else:
# side effect # side effect
record.id = identified_record.id record.id = identified_record.id
record.path = existing.path record.path = identified_record.path
self.treated_records_lookup.add(record, identifiable) self.treated_records_lookup.add(record, identifiable)
del flat[i] del flat[i]
resolved_references = True resolved_references = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment