We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef90e9 commit 63ea6ddCopy full SHA for 63ea6dd
experiments/bb-exp.py
@@ -46,7 +46,7 @@
46
TIMEOUT_BIN = shutil.which("timeout") or shutil.which("gtimeout")
47
if TIMEOUT_BIN is None:
48
raise Exception("Neither 'timeout' nor 'gtimeout' command found. On macOS, please run: 'brew install coreutils'")
49
-TIMEOUT_COMMAND = f"{TIMEOUT_BIN} 90m "
+TIMEOUT_COMMAND = f"\"{TIMEOUT_BIN}\" 90m "
50
51
if not os.path.isdir(BASE_DIR):
52
print("creating folder: " + BASE_DIR)
0 commit comments