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
22d37fcb
"vscode:/vscode.git/clone" did not exist on "cb0f3b49cbd9f67c088a8cd8e96e477a6ae47764"
Unverified
Commit
22d37fcb
authored
Sep 26, 2024
by
Jakob Görgen
Browse files
fixed socket path creation error
parent
e883050a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
experiments/simbricks/orchestration/instantiation/base.py
experiments/simbricks/orchestration/instantiation/base.py
+1
-1
No files found.
experiments/simbricks/orchestration/instantiation/base.py
View file @
22d37fcb
...
@@ -212,7 +212,7 @@ class Instantiation(util_base.IdObj):
...
@@ -212,7 +212,7 @@ class Instantiation(util_base.IdObj):
assert
queue_type
is
not
None
assert
queue_type
is
not
None
return
self
.
_join_paths
(
return
self
.
_join_paths
(
base
=
self
.
_env
.
_shm_base
,
base
=
self
.
_env
.
_shm_base
,
relative_path
=
f
"
/
{
queue_type
}
/
{
queue_ident
}
"
,
relative_path
=
f
"
{
queue_type
}
/
{
queue_ident
}
"
,
enforce_existence
=
False
,
enforce_existence
=
False
,
)
)
...
...
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