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

fix typo

parent 8733473a
No related branches found
No related tags found
2 merge requests!123REL: Release v0.6.0,!115Use cached_get_entity_by
Pipeline #36292 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