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
a0309ea3
Unverified
Commit
a0309ea3
authored
Nov 30, 2024
by
Antoine Kaufmann
Browse files
symphony/runner: also use settings
parent
3927e692
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
symphony/runner/simbricks/runner/__main__.py
symphony/runner/simbricks/runner/__main__.py
+1
-1
No files found.
symphony/runner/simbricks/runner/__main__.py
View file @
a0309ea3
...
@@ -43,7 +43,7 @@ async def run_instantiation(inst: inst_base.Instantiation) -> dict:
...
@@ -43,7 +43,7 @@ async def run_instantiation(inst: inst_base.Instantiation) -> dict:
async
def
amain
():
async
def
amain
():
base_client
=
client
.
BaseClient
(
base_url
=
"http://0.0.0.0:8000"
)
base_client
=
client
.
BaseClient
()
namespace_client
=
client
.
NSClient
(
base_client
=
base_client
,
namespace
=
"foo/bar/baz"
)
namespace_client
=
client
.
NSClient
(
base_client
=
base_client
,
namespace
=
"foo/bar/baz"
)
sb_client
=
client
.
SimBricksClient
(
namespace_client
)
sb_client
=
client
.
SimBricksClient
(
namespace_client
)
rc
=
client
.
RunnerClient
(
namespace_client
,
42
)
rc
=
client
.
RunnerClient
(
namespace_client
,
42
)
...
...
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