From d8e6d632db5d3b2f1d6c488a945c9e0509963430 Mon Sep 17 00:00:00 2001 From: mathematicalmichael Date: Mon, 18 Feb 2019 22:03:44 -0700 Subject: [PATCH] comments --- jupyterhub_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub_config.py b/jupyterhub_config.py index 88e8522..059c4b7 100755 --- a/jupyterhub_config.py +++ b/jupyterhub_config.py @@ -38,7 +38,7 @@ class MyDockerSpawner(DockerSpawner): if self.user.name in self.group_map: group_list = self.group_map[self.user.name] # add team volume to volumes - for group_id in group_list: # one superuser gets upload rights. + for group_id in group_list: # admins in userlist get to write files. if group_id != 'admin': if 'admin' in group_list: self.volumes['shared-{}'.format(group_id)] = {