File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
applications/jupyterhub/src/osb_jupyter/osb_jupyter Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def user_volume_is_legacy(user_id):
6565 def workspace_volume_is_legacy (workspace_id ):
6666 return int (workspace_id ) < self .config ['apps' ]['jupyterhub' ].get ('legacyworkspacemax' , 0 )
6767
68- appname = self .image . split ('/' )[ - 1 ]. split ( ':' )[ 0 ]
68+ appname = self .handler . request . host . split (str ( self . config [ 'domain' ]))[ 0 ][ 0 : - 1 ]
6969
7070 try :
7171 workspace_id = get_from_cookie ('workspaceId' )
Original file line number Diff line number Diff line change 3030 clone_NetPyNE-UI_git_netpyne :
3131 title : Cloning NetPyNE-UI.git repository...
3232 type : git-clone
33- repo : https://github.com/MetaCell /NetPyNE-UI.git
34- revision : 1.1.0
33+ repo : https://github.com/OpenSourceBrain /NetPyNE-UI.git
34+ revision : osbv2_tests
3535 working_directory : applications/netpyne/dependencies/
3636 git : github
3737 clone_nwb-explorer_git_nwb-explorer :
You can’t perform that action at this time.
0 commit comments