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 dc09e00 commit 75a36f6Copy full SHA for 75a36f6
nipype/pkg_info.py
@@ -52,7 +52,7 @@ def pkg_commit_hash(pkg_path):
52
if PY3:
53
cfg_parser = configparser.RawConfigParser()
54
else:
55
- cfg_parser = configparser.ConfigParser()
+ cfg_parser = configparser.RawConfigParser()
56
with open(pth, encoding='utf-8') as fp:
57
cfg_parser.readfp(fp)
58
archive_subst = cfg_parser.get('commit hash', 'archive_subst_hash')
0 commit comments