Renamed group config option

This commit is contained in:
GeorgianaElena
2019-06-21 11:38:26 +03:00
parent da443ebd4b
commit 88a09285d2
4 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ from tljh.normalize import generate_system_username
from tljh.yaml import yaml
from jupyterhub_traefik_proxy import TraefikTomlProxy
from traitlets import Any
from traitlets import Dict
class UserCreatingSpawner(SystemdSpawner):
"""
@@ -21,7 +21,7 @@ class UserCreatingSpawner(SystemdSpawner):
FIXME: Remove this somehow?
"""
user_groups = Any(config=True)
user_groups = Dict(config=True)
def start(self):
"""