Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
35f1c58b
Unverified
Commit
35f1c58b
authored
Dec 11, 2024
by
Antoine Kaufmann
Browse files
symphony/client: fix run completed message
parent
c80f821e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
symphony/client/simbricks/client/client.py
symphony/client/simbricks/client/client.py
+2
-2
No files found.
symphony/client/simbricks/client/client.py
View file @
35f1c58b
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment