We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8fabd commit 3b4e574Copy full SHA for 3b4e574
gel/_internal/_server.py
@@ -785,6 +785,7 @@ async def start(
785
sock_tmp = ctx.enter_context(tempfile.TemporaryDirectory())
786
status_r = pathlib.Path(sock_tmp) / "server-status"
787
status_uri = f"file://{_get_wsl_path(str(status_r))}"
788
+ bcmdf = _get_wsl_path(bcmdf)
789
else:
790
status_r, status_w = socket.socketpair()
791
status_uri = f"fd://{status_w.fileno()}"
0 commit comments