Skip to content
Snippets Groups Projects
Commit a13d9b64 authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-13300: Fixed test after refactoring

parent ecd08f6d
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment