mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 18:14:10 +00:00
missing share_jupyterhub
This commit is contained in:
2
setup.py
2
setup.py
@@ -39,7 +39,7 @@ pjoin = os.path.join
|
|||||||
|
|
||||||
here = os.path.abspath(os.path.dirname(__file__))
|
here = os.path.abspath(os.path.dirname(__file__))
|
||||||
share_jupyterhub = pjoin(here, 'share', 'jupyterhub')
|
share_jupyterhub = pjoin(here, 'share', 'jupyterhub')
|
||||||
static = pjoin(share_jupyter, 'static')
|
static = pjoin(share_jupyterhub, 'static')
|
||||||
|
|
||||||
is_repo = os.path.exists(pjoin(here, '.git'))
|
is_repo = os.path.exists(pjoin(here, '.git'))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user