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 84a40e1 commit 726a7c0Copy full SHA for 726a7c0
nipype/pkg_info.py
@@ -48,7 +48,7 @@ def pkg_commit_hash(pkg_path):
48
if install_subst != '':
49
return 'installation', install_subst
50
# maybe we are in a repository
51
- proc = subprocess.Popen('git rev-parse --short HEAD',
+ proc = subprocess.Popen('git rev-parse HEAD',
52
stdout=subprocess.PIPE,
53
stderr=subprocess.PIPE,
54
cwd=pkg_path, shell=True)
0 commit comments