Skip to content

Commit

Permalink
HACK
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 25, 2021
1 parent b1954d7 commit 5e2e37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/releases/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def run_with_log(args, name, msg = None):
msg = name
with open("../"+name+".log", "w") as fp:
try:
subprocess.run(args, check=True, stdout=fp, stderr=fp)
subprocess.run(args, check=True)
except subprocess.CalledProcessError:
error(msg+" failed. See "+name+".log.")

Expand Down

0 comments on commit 5e2e37b

Please sign in to comment.