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 4784b8b commit c19dc5bCopy full SHA for c19dc5b
benchmarks/run_all.py
@@ -45,7 +45,7 @@ def run_scripts():
45
logger.info(f"****** Running file: {file} ******")
46
command = f"python {file}"
47
try:
48
- run_command(command)
+ run_command(command.split())
49
except SubprocessCallException as e:
50
logger.error(f"Error running {file}: {e}")
51
continue
0 commit comments