Nyall Dawson f4445a0493 [processing] Always log python exceptions to logger
Because Python code cannot catch and rethrow c++ exceptions
without losing context, we end up getting unknown exceptions
caught by c++ from python code (phew!).

So if we catch a python exception from processing, throw it
into the log so at least there's the full debugging detail
available on the console.

(Not ideal. Would love to see a PR allowing the full error
message to be passed correctly between c++/python/back again)
2018-04-04 05:27:32 +10:00
..
2018-03-12 14:32:17 +11:00
2017-07-24 11:36:38 +02:00
2017-10-29 10:46:54 -05:00
2018-04-03 09:49:00 +10:00
2018-02-18 20:53:40 +01:00
2018-04-02 22:48:40 +02:00