Skip to content
Snippets Groups Projects
Commit cfb38167 authored by felmer's avatar felmer
Browse files

SSDM-10611: typo fixed

parent 16895e15
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ class GitWrapper(object): ...@@ -48,7 +48,7 @@ class GitWrapper(object):
self.annex_major_version = int(self.annex_version.split(".")[0]) self.annex_major_version = int(self.annex_version.split(".")[0])
except Exception as e: except Exception as e:
print("Invalid git-annex version line:",result.output) print("Invalid git-annex version line:",result.output)
return false return False
return True return True
def git_init(self): def git_init(self):
......
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