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 1e5344e commit 055a59fCopy full SHA for 055a59f
setup.py
@@ -67,7 +67,7 @@ def run(self):
67
stdout=subprocess.PIPE,
68
stderr=subprocess.PIPE,
69
shell=True)
70
- repo_commit, _ = proc.communicate().decode()
+ repo_commit = proc.communicate()[0].decode()
71
72
# We write the installation commit even if it's empty
73
cfg_parser = configparser.RawConfigParser()
0 commit comments