From bc2cbc13b284af6f3048f49fe552d1f26b848bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Fri, 17 Dec 2021 15:27:43 +0100 Subject: [PATCH] Comment --- src/newcrawler/identifiable_adapters.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/newcrawler/identifiable_adapters.py b/src/newcrawler/identifiable_adapters.py index 73d69189..06573d3a 100644 --- a/src/newcrawler/identifiable_adapters.py +++ b/src/newcrawler/identifiable_adapters.py @@ -126,6 +126,7 @@ class IdentifiableAdapter(object): # case A: in the registered identifiable # case B: in the identifiable + #TODO use id if value is Entity identifiable.add_property(record.get_property(prop.name)) property_name_list_A.append(prop.name) -- GitLab