mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
remove inappropriate argv in Hub.instance()
This commit is contained in:
@@ -1034,7 +1034,7 @@ class JupyterHub(Application):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def launch_instance(cls, argv=None):
|
def launch_instance(cls, argv=None):
|
||||||
self = cls.instance(argv=argv)
|
self = cls.instance()
|
||||||
loop = IOLoop.current()
|
loop = IOLoop.current()
|
||||||
loop.add_callback(self.launch_instance_async, argv)
|
loop.add_callback(self.launch_instance_async, argv)
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user