Skip to content
Snippets Groups Projects
Commit 0ca226cc authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

FIX: Crawler overwrites and deletes existing data

parent 8f318c6a
No related branches found
No related tags found
2 merge requests!71REL: RElease v0.2.0,!61F fix crawler overwrite
...@@ -745,6 +745,7 @@ class Crawler(object): ...@@ -745,6 +745,7 @@ class Crawler(object):
record._size = identified_record._size record._size = identified_record._size
record._checksum = identified_record._checksum record._checksum = identified_record._checksum
merge_entities(record, identified_record)
to_be_updated.append(record) to_be_updated.append(record)
self.add_to_remote_existing_cache(record) self.add_to_remote_existing_cache(record)
del flat[i] del flat[i]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment