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
d4199ae8
Commit
d4199ae8
authored
Sep 24, 2024
by
Hejing Li
Browse files
simulator_executor.py: error fix
parent
766849a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
experiments/simbricks/orchestration/runtime_new/simulation_executor.py
...imbricks/orchestration/runtime_new/simulation_executor.py
+1
-1
No files found.
experiments/simbricks/orchestration/runtime_new/simulation_executor.py
View file @
d4199ae8
...
...
@@ -80,7 +80,7 @@ class ExperimentBaseRunner(abc.ABC):
# run simulator
executor
=
self
.
sim_executor
(
sim
)
sc
=
executor
.
create_component
(
name
,
shlex
.
split
(
run_cmd
),
verbose
=
self
.
verbose
,
canfail
=
True
name
,
shlex
.
split
(
run_cmd
),
verbose
=
self
.
_
verbose
,
canfail
=
True
)
await
sc
.
start
()
self
.
_running
.
append
((
sim
,
sc
))
...
...
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