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

Merge branch 'f-new-lookup' into f-id-path

parents 178186b6 cdd6f910
No related branches found
No related tags found
3 merge requests!160STY: styling,!152MAINT: move checks that are not related to identifiables,!151New class to track treated Records during sync
Pipeline #47349 passed
......@@ -759,7 +759,7 @@ class Crawler(object):
else:
# side effect
record.id = identified_record.id
record.path = existing.path
record.path = identified_record.path
self.treated_records_lookup.add(record, identifiable)
del flat[i]
resolved_references = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment