Skip to content

Commit c19dc5b

Browse files
committed
fix
1 parent 4784b8b commit c19dc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/run_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def run_scripts():
4545
logger.info(f"****** Running file: {file} ******")
4646
command = f"python {file}"
4747
try:
48-
run_command(command)
48+
run_command(command.split())
4949
except SubprocessCallException as e:
5050
logger.error(f"Error running {file}: {e}")
5151
continue

0 commit comments

Comments
 (0)