From 80e7798bee8963a1e379152bb2aab368d3fe00d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Fri, 29 Sep 2023 20:19:39 +0200 Subject: [PATCH] FIX: correct url --- src/caosdb/apiutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caosdb/apiutils.py b/src/caosdb/apiutils.py index ca6ef7eb..597342e3 100644 --- a/src/caosdb/apiutils.py +++ b/src/caosdb/apiutils.py @@ -436,7 +436,7 @@ def merge_entities(entity_a: Entity, entity_b: Entity, merge_references_with_emp f"{diff_r1['properties'][key][attribute]}") else: # TODO: This is a temporary FIX for - # https://gitlab.indiscale.com/caosdb/src/linkahead-pylib/-/issues/105 + # https://gitlab.indiscale.com/caosdb/src/caosdb-pylib/-/issues/105 entity_a.add_property(id=entity_b.get_property(key).id, name=entity_b.get_property(key).name, datatype=entity_b.get_property(key).datatype, -- GitLab