Skip to content

Commit

Permalink
Start python with -u so that stderr is written to the log files witho…
Browse files Browse the repository at this point in the history
…ut caching
  • Loading branch information
edeutsch committed May 18, 2022
1 parent ba3c979 commit ebdb385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/autocomplete/RTX_Complete.start
Expand Up @@ -19,5 +19,5 @@ cd /mnt/data/orangeboard/$DEVAREA/RTX/code/autocomplete

export PATH=/mnt/data/python/Python-3.7.3/bin:$PATH

exec python3 server.py 1>$LOGFILE 2>$ELOGFILE
exec python3 -u server.py 1>$LOGFILE 2>$ELOGFILE

0 comments on commit ebdb385

Please sign in to comment.