From a13d9b647aec24d7eb2e0ad8226abe3ff4049aa5 Mon Sep 17 00:00:00 2001
From: alaskowski <alaskowski@ethz.ch>
Date: Mon, 27 Feb 2023 14:36:20 +0100
Subject: [PATCH] SSDM-13300: Fixed test after refactoring

---
 app-openbis-command-line/src/python/obis/dm/data_mgmt.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-openbis-command-line/src/python/obis/dm/data_mgmt.py b/app-openbis-command-line/src/python/obis/dm/data_mgmt.py
index cd23a83a16e..e223eca38e0 100644
--- a/app-openbis-command-line/src/python/obis/dm/data_mgmt.py
+++ b/app-openbis-command-line/src/python/obis/dm/data_mgmt.py
@@ -477,7 +477,7 @@ class GitDataMgmt(AbstractDataMgmt):
                 self.git_wrapper.git_ignore(analysis_folder_relative)
 
         # set data_set_id to analysis repository so it will be used as parent when committing
-        self.set_property(self.settings_resolver.repository, "data_set_id", parent_data_set_id,
+        set_property(self.settings_resolver.repository, "data_set_id", parent_data_set_id,
                           False, False)
         return result
 
-- 
GitLab