Skip to content
Snippets Groups Projects
Commit 6493b22b authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

reraise exceptions more carefully

We need to be careful (under python 2, at least) that when we reraise an
exception after doing some error handling, we actually reraise the original
exception rather than anything that might have been raised (and handled) during
the error handling.
parent 0ced8b5b
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment