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

MINOR: Added todo.

parent 6d63085a
No related branches found
No related tags found
No related merge requests found
...@@ -267,6 +267,7 @@ class GitDataMgmt(AbstractDataMgmt): ...@@ -267,6 +267,7 @@ class GitDataMgmt(AbstractDataMgmt):
return result return result
result = self.git_wrapper.git_commit(msg) result = self.git_wrapper.git_commit(msg)
if not self.check_result_ok(result): if not self.check_result_ok(result):
# TODO If no changes were made check if the data set is in openbis. If not, just sync.
return result return result
if sync: if sync:
result = self.sync() result = self.sync()
......
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