We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238a579 commit bed545fCopy full SHA for bed545f
nipype/tests/test_nipype.py
@@ -12,5 +12,6 @@ def test_nipype_info():
12
13
14
def test_git_hash():
15
- #removing the first "g" from gitversion
16
- get_nipype_gitversion()[1:] == get_info()['commit_hash']
+ if get_nipype_gitversion():
+ # removing the first "g" from gitversion
17
+ get_nipype_gitversion()[1:] == get_info()['commit_hash']
0 commit comments