Merge pull request #12660 from dansgithubuser/fork

Get python print statements to show up in docker logs
This commit is contained in:
AUTOMATIC1111
2023-08-19 08:03:19 +03:00
committed by GitHub

View File

@@ -245,7 +245,7 @@ while [[ "$KEEP_GOING" -eq "1" ]]; do
printf "Launching launch.py..." printf "Launching launch.py..."
printf "\n%s\n" "${delimiter}" printf "\n%s\n" "${delimiter}"
prepare_tcmalloc prepare_tcmalloc
"${python_cmd}" "${LAUNCH_SCRIPT}" "$@" "${python_cmd}" -u "${LAUNCH_SCRIPT}" "$@"
fi fi
if [[ ! -f tmp/restart ]]; then if [[ ! -f tmp/restart ]]; then