Merge pull request #715 from consideRatio/pr/refactor-bootstrap-for-readability

Refactor bootstrap.py script for readability
This commit is contained in:
Yuvi Panda
2021-10-18 23:55:29 +05:30
committed by GitHub
2 changed files with 143 additions and 100 deletions

View File

@@ -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.