Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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) (cherry-picked from f4445a0)
- Loading branch information