restore db access on Spawner

Shouldn’t be strictly necessary, but doesn’t hurt
This commit is contained in:
Min RK
2017-08-31 10:03:33 +02:00
parent fe2157130b
commit 5f84a006dc
2 changed files with 3 additions and 1 deletions

View File

@@ -201,6 +201,7 @@ class User(HasTraits):
authenticator=self.authenticator,
config=self.settings.get('config'),
proxy_spec=url_path_join(self.proxy_spec, name, '/'),
db=self.db,
)
# update with kwargs. Mainly for testing.
spawn_kwargs.update(kwargs)