missing share_jupyterhub

This commit is contained in:
Min RK
2018-02-22 15:02:42 +01:00
parent 53396ed454
commit 4201c8a6f3

View File

@@ -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'))