From 96d80c6d5b8e25ea6264f507a95f3400fd66c5a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Wed, 3 May 2023 13:32:10 +0200 Subject: [PATCH] fix typo --- src/caoscrawler/crawl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caoscrawler/crawl.py b/src/caoscrawler/crawl.py index d95af7f0..cef28883 100644 --- a/src/caoscrawler/crawl.py +++ b/src/caoscrawler/crawl.py @@ -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: -- GitLab