-python interpreter exceptions are now redirected to a file so
we can see messages related to indentation errors etc. File should be useful for devel purposes only. -a merge with the 1.8.2 branch incorrectly changed the version string. Fixed.
This commit is contained in:
parent
ad3ef3ec30
commit
50ff1984f2
4 changed files with 4 additions and 4 deletions
|
@ -13,6 +13,6 @@ export HOME="/var/tmp/airtime/pypo/"
|
|||
export PYTHONPATH=${api_client_path}:$PYTHONPATH
|
||||
|
||||
# Note the -u when calling python! we need it to get unbuffered binary stdout and stderr
|
||||
exec python -u ${pypo_path}${pypo_script}
|
||||
exec python -u ${pypo_path}${pypo_script} > /var/log/airtime/pypo/py-interpreter.log 2>&1
|
||||
|
||||
# EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue