Commit d4199ae8 authored by Hejing Li's avatar Hejing Li
Browse files

simulator_executor.py: error fix

parent 766849a7
......@@ -80,7 +80,7 @@ class ExperimentBaseRunner(abc.ABC):
# run simulator
executor = self.sim_executor(sim)
sc = executor.create_component(
name, shlex.split(run_cmd), verbose=self.verbose, canfail=True
name, shlex.split(run_cmd), verbose=self._verbose, canfail=True
)
await sc.start()
self._running.append((sim, sc))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment