extra logger.info

This commit is contained in:
Ray Bell
2021-12-29 01:18:10 -05:00
committed by GitHub
parent 3bf4b73138
commit 514ee6372d

View File

@@ -373,6 +373,7 @@ def main():
# Install/upgrade TLJH installer
tljh_install_cmd = [pip_bin, "install", "--upgrade"]
if os.environ.get("TLJH_BOOTSTRAP_DEV", "no") == "yes":
logger.info("Selected TLJH_BOOTSTRAP_DEV=yes...")
tljh_install_cmd.append("--editable")
tljh_install_cmd.append(
os.environ.get(