mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Refactor bootstrap.py script for readability
This commit is contained in:
@@ -10,6 +10,9 @@ import pluggy
|
||||
from tljh import hooks
|
||||
|
||||
|
||||
# This function is needed also by the bootstrap script that starts this
|
||||
# installer script. Make sure its replica at bootstrap/bootstrap.py stays in
|
||||
# sync with this version!
|
||||
def run_subprocess(cmd, *args, **kwargs):
|
||||
"""
|
||||
Run given cmd with smart output behavior.
|
||||
|
||||
Reference in New Issue
Block a user