Skip to content

Commit bd9e325

Browse files
committed
sigh
1 parent e838ced commit bd9e325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gel/_internal/_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ async def start(
780780
if sys.platform == "win32":
781781
sock_tmp = ctx.enter_context(tempfile.TemporaryDirectory())
782782
status_r = pathlib.Path(sock_tmp) / "server-status"
783-
status_uri = f"file://{_get_wsl_path(status_r)}"
783+
status_uri = f"file://{_get_wsl_path(str(status_r))}"
784784
else:
785785
status_r, status_w = socket.socketpair()
786786
status_uri = f"fd://{status_w.fileno()}"

0 commit comments

Comments
 (0)