Skip to content

Commit 63ea6dd

Browse files
committed
fixed path
1 parent bef90e9 commit 63ea6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/bb-exp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
TIMEOUT_BIN = shutil.which("timeout") or shutil.which("gtimeout")
4747
if TIMEOUT_BIN is None:
4848
raise Exception("Neither 'timeout' nor 'gtimeout' command found. On macOS, please run: 'brew install coreutils'")
49-
TIMEOUT_COMMAND = f"{TIMEOUT_BIN} 90m "
49+
TIMEOUT_COMMAND = f"\"{TIMEOUT_BIN}\" 90m "
5050

5151
if not os.path.isdir(BASE_DIR):
5252
print("creating folder: " + BASE_DIR)

0 commit comments

Comments
 (0)