Skip to content

Commit 5f189ce

Browse files
authored
Merge pull request #1516 from pedroosorio/fix-query-spawner-progress-hub-api-call
Using escaped username in progress api call affecting launch of serve…
2 parents 7c75885 + 3e51b90 commit 5f189ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binderhub/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ async def handle_chunk(chunk):
302302
)
303303
)
304304

305-
url_parts = ["users", username]
305+
url_parts = ["users", escaped_username]
306306
if server_name:
307307
url_parts.extend(["servers", server_name, "progress"])
308308
else:

0 commit comments

Comments
 (0)