Skip to content
Snippets Groups Projects

F retrieve identified

Merged Henrik tom Wörden requested to merge f-retrieve-identified into dev
All threads resolved!
Files
3
+ 0
1
@@ -833,7 +833,6 @@ class Crawler(object):
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)
# TODO: refactoring of typo
for el in to_be_updated:
# all entity objects are replaced by their IDs except for the not yet inserted ones
self.replace_entities_with_ids(el)
Loading