"profiler/vscode:/vscode.git/clone" did not exist on "2c1ed8b2138ea1308dae4087d9ed1f5d8ab52766"
Unverified Commit 35f1c58b authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

symphony/client: fix run completed message

parent c80f821e
......@@ -347,9 +347,9 @@ class SimBricksClient:
break
last_run = run
await asyncio.sleep(1)
await asyncio.sleep(0.5)
console.log("Run {run_id} finished")
console.log(f"Run {run_id} finished")
async def set_run_input(self, rid: int, uploaded_input_file: str):
with open(uploaded_input_file, "rb") as f:
......
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