Skip to content
Snippets Groups Projects
Commit d6dd3c8f authored by Chandrasekhar Ramakrishnan's avatar Chandrasekhar Ramakrishnan
Browse files

SSDM-4670: DataRepo should configure the location resolver so that it looks in...

SSDM-4670: DataRepo should configure the location resolver so that it looks in the correct place for data set configuration.
parent 5d733ad5
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ class DataRepo(object):
"""
self.root = root
self.dm_api = data_mgmt.DataMgmt(git_config={'find_git': True})
self.dm_api.config_resolver.location_resolver.location_roots['data_set'] = self.root
def init(self, desc=None):
return self.dm_api.init_data(self.root, desc)
......
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