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
f7218276
Commit
f7218276
authored
Jan 23, 2024
by
Antoine Kaufmann
Committed by
Hejing Li
Feb 01, 2024
Browse files
experiments: add name to e2e components, unlike id this does not have path
parent
92ce9212
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
experiments/simbricks/orchestration/e2e_components.py
experiments/simbricks/orchestration/e2e_components.py
+1
-0
No files found.
experiments/simbricks/orchestration/e2e_components.py
View file @
f7218276
...
@@ -127,6 +127,7 @@ class E2EComponent(E2EBase):
...
@@ -127,6 +127,7 @@ class E2EComponent(E2EBase):
def
__init__
(
self
,
idd
:
str
)
->
None
:
def
__init__
(
self
,
idd
:
str
)
->
None
:
super
().
__init__
()
super
().
__init__
()
self
.
name
=
idd
self
.
id
=
idd
self
.
id
=
idd
self
.
has_path
=
False
self
.
has_path
=
False
self
.
type
=
""
self
.
type
=
""
...
...
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