Skip to content

Commit 242bf46

Browse files
minrkconsideRatio
andauthored
update comment from review
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
1 parent e480082 commit 242bf46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binderhub/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async def get(self, provider_prefix, _unescaped_spec):
7575
filepath = self.get_argument('filepath', '').lstrip('/')
7676

7777

78-
# Check if we have a JupyterLab + file path, if so then use it for the filepath
78+
# Check the urlpath parameter for a file path, if so use it for the filepath
7979
urlpath = self.get_argument('urlpath', '').lstrip('/')
8080
if urlpath and "/tree/" in urlpath:
8181
filepath = urlpath.split('tree/', 1)[-1]

0 commit comments

Comments
 (0)