From 65091342ae4d93c95645e6a1ebe5134d7754dffd Mon Sep 17 00:00:00 2001 From: alaskowski <alaskowski@ethz.ch> Date: Mon, 27 Feb 2023 15:04:31 +0100 Subject: [PATCH] SSDM-13300: Fixed test after refactoring --- app-openbis-command-line/src/python/obis/dm/data_mgmt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e223eca38e0..5adb7333b3d 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,8 +477,8 @@ 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 - set_property(self.settings_resolver.repository, "data_set_id", parent_data_set_id, - False, False) + set_property(self.debug, self.settings_resolver.repository, "data_set_id", + parent_data_set_id, False, False) return result @with_restore -- GitLab