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 8ad81ec commit 49bbddeCopy full SHA for 49bbdde
tools/ci/bsp_buildings.py
@@ -21,7 +21,7 @@ def run_cmd(cmd, output_info=True):
21
res = 0
22
23
if output_info:
24
- res = os.system('/bin/bash -c' + cmd + " > output.txt 2>&1")
+ res = os.system('/bin/bash -c' + '"' + cmd + " > output.txt 2>&1" + '"')
25
else:
26
res = os.system(cmd + " > /dev/null 2>output.txt")
27
0 commit comments