Enforce workspace reset on new lab
This commit is contained in:
parent
1a7f5f102f
commit
825c9ea2c3
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 '/lab/tree' + self.user_options.get('workdir', '/home/{username}')
|
||||
return '/lab/tree' + self.user_options.get('workdir', '/home/{username}') + '?reset'
|
||||
|
||||
batchspawner_singleuser_cmd = Unicode(
|
||||
'glicid-spawner-singleuser',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue