Commit 1659e56a authored by Hejing Li's avatar Hejing Li
Browse files

another error fix

parent 953b9aa7
...@@ -106,7 +106,7 @@ class ExperimentBaseRunner(abc.ABC): ...@@ -106,7 +106,7 @@ class ExperimentBaseRunner(abc.ABC):
if sim.wait_terminate(): if sim.wait_terminate():
self._wait_sims.append(sc) self._wait_sims.append(sc)
if self.verbose: if self._verbose:
print(f'{self._simulation.name}: started {name}') print(f'{self._simulation.name}: started {name}')
async def before_wait(self) -> None: async def before_wait(self) -> None:
......
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