Fix default url pattern
This commit is contained in:
parent
dc750031db
commit
a723a2376e
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ class GlicidSpawner(SlurmSpawner):
|
|||
@default('default_url')
|
||||
def _default_url_default(self) -> str:
|
||||
"""The URL the single-user server should start in."""
|
||||
return '/tree' + self.user_options.get('workdir', '/home/{username}')
|
||||
return '/lab/tree' + self.user_options.get('workdir', '/home/{username}')
|
||||
|
||||
batchspawner_singleuser_cmd = Unicode(
|
||||
'glicid-spawner-singleuser',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue