Add the full traceback to the logs

This commit is contained in:
Mathieu Bridon 2015-06-05 18:33:13 +02:00
parent c474289e3b
commit 6ea2c97f74

View file

@ -241,4 +241,6 @@ if __name__ == '__main__':
main()
except Exception as e:
import traceback
print >> sys.stderr, '%s' % traceback.format_exc()
send_error(str(e))