From 2c61a517f51b9a97912c8ffd19a447f94b113d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Fri, 24 May 2024 21:20:10 +0200 Subject: [PATCH] add rename --- src/caoscrawler/identifiable_adapters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caoscrawler/identifiable_adapters.py b/src/caoscrawler/identifiable_adapters.py index 75de1a32..d46d2937 100644 --- a/src/caoscrawler/identifiable_adapters.py +++ b/src/caoscrawler/identifiable_adapters.py @@ -148,7 +148,7 @@ identifiabel, identifiable and identified record) for a Record. query_string = query_string[:-len(" AND ")] return query_string - def check_identifying_props(self, node: SyncNode, raise_exception: bool = True): + def all_identifying_properties_exist(self, node: SyncNode, raise_exception: bool = True): """checks whether all identifying properties exist and raises an error if that's not the case. It furthermore raises an error if "name" is part of the identifiable, but the node does not have a name. -- GitLab