From fb7019ce47d22a8d224e769b83d5e30c7fc90bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Mon, 20 Feb 2023 12:37:06 +0100 Subject: [PATCH] MAINT: use another var to make code clearer --- src/caosdb/common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caosdb/common/models.py b/src/caosdb/common/models.py index f89c57a5..d55e34d5 100644 --- a/src/caosdb/common/models.py +++ b/src/caosdb/common/models.py @@ -533,7 +533,7 @@ class Entity: value=value, unit=unit) if abstract_property is not None: - new_property._wrap(property) + new_property._wrap(abstract_property) # FIXME: this really necessary? -- GitLab