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 7b39ad7 commit 64b7736Copy full SHA for 64b7736
cicd/tar2conda.py
@@ -309,7 +309,7 @@ def main(url, args):
309
try:
310
print_err(subprocess.check_output(cmd))
311
except subprocess.CalledProcessError as exc:
312
- out = output.encode('utf-8')
+ out = exc.output.encode('utf-8')
313
print_err(out)
314
# Conda build fails intermittently on Windows when cleaning
315
# up at the end. Ignore these errors on Windows.
0 commit comments