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
fe9ca29f
Unverified
Commit
fe9ca29f
authored
Sep 27, 2024
by
Jakob Görgen
Browse files
fixed writing of json
parent
4e2e579c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
experiments/simbricks/orchestration/runtime_new/runs/local.py
...riments/simbricks/orchestration/runtime_new/runs/local.py
+1
-1
No files found.
experiments/simbricks/orchestration/runtime_new/runs/local.py
View file @
fe9ca29f
...
...
@@ -61,7 +61,7 @@ class LocalSimpleRuntime(run_base.Runtime):
# simulators yet
return
run
.
output
=
await
runner
.
run
()
# handles CancelledError
run
.
_
output
=
await
runner
.
run
()
# handles CancelledError
self
.
_complete
.
append
(
run
)
# if the log is huge, this step takes some time
...
...
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