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: ...@@ -347,9 +347,9 @@ class SimBricksClient:
break break
last_run = run 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): async def set_run_input(self, rid: int, uploaded_input_file: str):
with open(uploaded_input_file, "rb") as f: 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