mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 06:52:59 +00:00
issue-3772: populating user_options from orm_spawner, cleanup
This commit is contained in:
@@ -601,7 +601,7 @@ class User:
|
||||
spawner.handler = handler
|
||||
|
||||
# Passing user_options to the spawner
|
||||
if options is None or options is {}:
|
||||
if options is None:
|
||||
# options unspecified, load from db which should have the previous value
|
||||
options = spawner.orm_spawner.user_options or {}
|
||||
else:
|
||||
|
Reference in New Issue
Block a user