Skip to content
Snippets Groups Projects

F retrieve identified

Files

+ 0
1
@@ -833,7 +833,6 @@ class Crawler(object):
@@ -833,7 +833,6 @@ class Crawler(object):
to_be_inserted, to_be_updated = self.split_into_inserts_and_updates(crawled_data)
to_be_inserted, to_be_updated = self.split_into_inserts_and_updates(crawled_data)
referencing_entities = self.create_reference_mapping(to_be_updated + to_be_inserted)
referencing_entities = self.create_reference_mapping(to_be_updated + to_be_inserted)
# TODO: refactoring of typo
for el in to_be_updated:
for el in to_be_updated:
# all entity objects are replaced by their IDs except for the not yet inserted ones
# all entity objects are replaced by their IDs except for the not yet inserted ones
self.replace_entities_with_ids(el)
self.replace_entities_with_ids(el)
Loading