fix: typo
parent
a9afb3cbff
commit
1f05881283
2
cli.py
2
cli.py
|
@ -134,7 +134,7 @@ def start(agent_name: str, no_setup: bool):
|
|||
run_bench_command = os.path.join(agent_dir, "run_benchmark")
|
||||
if (
|
||||
os.path.exists(agent_dir)
|
||||
and os.path.isfile(run_powcommand)
|
||||
and os.path.isfile(run_command)
|
||||
and os.path.isfile(run_bench_command)
|
||||
):
|
||||
os.chdir(agent_dir)
|
||||
|
|
Loading…
Reference in New Issue