Commit 453a5ac1 authored by Dan's avatar Dan
Browse files

run python unbuffered so output shows up in docker logs

parent 541ef924
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ while [[ "$KEEP_GOING" -eq "1" ]]; do
        printf "Launching launch.py..."
        printf "\n%s\n" "${delimiter}"
        prepare_tcmalloc
        "${python_cmd}" "${LAUNCH_SCRIPT}" "$@"
        "${python_cmd}" -u "${LAUNCH_SCRIPT}" "$@"
    fi

    if [[ ! -f tmp/restart ]]; then