Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Something was wrong with this, kick to 19-05
Browse files Browse the repository at this point in the history
  • Loading branch information
rcthomas committed Apr 25, 2019
1 parent f7639ea commit b98e897
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jupyter-nersc/web-jupyterhub/jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

import asyncssh
import requests
from tornado import web
from jupyterhub.utils import url_path_join


def comma_split(string):
"""Handle env variables that may be None, empty string, or have spaces"""
Expand Down Expand Up @@ -1064,7 +1067,7 @@ async def setup(spawner):
# spawner.remote_host = remote_host
# spawner.port = remote_port

c.Spawner.pre_spawn_hook = setup
# c.Spawner.pre_spawn_hook = setup

## c.NERSCSpawner.spawners = [
## ("spin", "sshspawner.sshspawner.SSHSpawner", {
Expand Down

0 comments on commit b98e897

Please sign in to comment.