Skip to content

Commit b0da9ac

Browse files
committed
Don't capture output
1 parent b25bf06 commit b0da9ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/build_release_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import time
77

88
for port in build_info.SUPPORTED_PORTS:
9-
result = subprocess.run("rm -rf ../ports/{}/build*".format(port), stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=True)
9+
result = subprocess.run("rm -rf ../ports/{}/build*".format(port), shell=True)
1010

1111
ROSIE_SETUPS = ["rosie-ci"]
1212
rosie_ok = {}

0 commit comments

Comments
 (0)