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

Merge branch 'f-get-by' into f-retrieve-identified

parents c6b70780 96d80c6d
No related branches found
No related tags found
3 merge requests!123REL: Release v0.6.0,!114F retrieve identified,!113F refactor test tool
Pipeline #36293 failed
......@@ -729,7 +729,7 @@ class Crawler(object):
parent_updates = db.Container()
for entity in to_be_updated:
old_entity = cached_get_entity_by(id=entity.id)
old_entity = cached_get_entity_by(eid=entity.id)
# Check whether the parents have been changed and add them if missing
# in the old entity:
......
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