Unverified Commit 22d37fcb authored by Jakob Görgen's avatar Jakob Görgen
Browse files

fixed socket path creation error

parent e883050a
...@@ -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,
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment