Skip to content
Snippets Groups Projects

New f fix merge

Merged Florian Spreckelsen requested to merge f-fix-merge into dev
2 files
+ 2
5
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
4
@@ -601,10 +601,7 @@ class Crawler(object):
elif self.get_from_any_cache(identifiable) is not None:
# We merge the two in order to prevent loss of information
newrecord = self.get_from_any_cache(identifiable)
try:
merge_entities(newrecord, record)
except EntityMergeConflictError:
continue
merge_entities(newrecord, record, merge_id_with_resolved_entity=True)
Crawler.bend_references_to_new_object(
old=record, new=newrecord, entities=flat + to_be_updated + to_be_inserted)
Loading