"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "0268d1d38d106505e39e601a06f92dcef0f94b76"
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):
assert queue_type is not None
return self._join_paths(
base=self._env._shm_base,
relative_path=f"/{queue_type}/{queue_ident}",
relative_path=f"{queue_type}/{queue_ident}",
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