We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e838ced commit bd9e325Copy full SHA for bd9e325
gel/_internal/_server.py
@@ -780,7 +780,7 @@ async def start(
780
if sys.platform == "win32":
781
sock_tmp = ctx.enter_context(tempfile.TemporaryDirectory())
782
status_r = pathlib.Path(sock_tmp) / "server-status"
783
- status_uri = f"file://{_get_wsl_path(status_r)}"
+ status_uri = f"file://{_get_wsl_path(str(status_r))}"
784
else:
785
status_r, status_w = socket.socketpair()
786
status_uri = f"fd://{status_w.fileno()}"
0 commit comments