pyblish / pyblish-base

Pyblish base library - see https://github.com/pyblish/pyblish for details.
Other
127 stars 59 forks source link

Support non-Exception exceptions #340

Open mottosso opened 5 years ago

mottosso commented 5 years ago

Some hosts, like Houdini, enjoy raising exceptions that aren't exceptions. (Bad Houdini!)

That becomes a problem here and could be resolved using a bare except. See here.