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
930e25e9
"git@developer.sourcefind.cn:gaoqiong/yaml-cpp.git" did not exist on "9880b608b931dd83363016914988367ca1212d49"
Unverified
Commit
930e25e9
authored
Dec 11, 2024
by
Antoine Kaufmann
Browse files
symphony/client: fix output indexing
parent
e3dc66e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
symphony/client/simbricks/client/client.py
symphony/client/simbricks/client/client.py
+1
-1
No files found.
symphony/client/simbricks/client/client.py
View file @
930e25e9
...
@@ -338,7 +338,7 @@ class SimBricksClient:
...
@@ -338,7 +338,7 @@ class SimBricksClient:
console
.
log
(
f
"Run State:"
,
run
[
"state"
])
console
.
log
(
f
"Run State:"
,
run
[
"state"
])
if
len
(
output
)
!=
prev_len
:
if
len
(
output
)
!=
prev_len
:
for
l
in
output
[
prev_len
]:
for
l
in
output
[
prev_len
:
]:
console
.
log
(
l
[
"simulator"
]
+
':'
+
l
[
"output"
])
console
.
log
(
l
[
"simulator"
]
+
':'
+
l
[
"output"
])
prev_len
=
len
(
output
)
prev_len
=
len
(
output
)
...
...
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