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

fix typo

parent 96d80c6d
No related branches found
No related tags found
2 merge requests!123REL: Release v0.6.0,!115Use cached_get_entity_by
Pipeline #36294 failed
...@@ -729,7 +729,7 @@ class Crawler(object): ...@@ -729,7 +729,7 @@ class Crawler(object):
parent_updates = db.Container() parent_updates = db.Container()
for entity in to_be_updated: for entity in to_be_updated:
old_entity = cached_get_entity_by(eid=entity.id) old_entity = cached_get_entity_by(id=entity.id)
# Check whether the parents have been changed and add them if missing # Check whether the parents have been changed and add them if missing
# in the old entity: # in the old entity:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment