You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #35, @Carreau introduced some nice code to make sure that plugin errors are raised, so that their tracebacks look better. I merged it too hastily. It's a good goal, but we actually use non-raised PluginErrors in too many places. That needs to change as well before we can incorporate it. I reverted it, but we shouldn't forget it.
The text was updated successfully, but these errors were encountered:
In #35, @Carreau introduced some nice code to make sure that plugin errors are raised, so that their tracebacks look better. I merged it too hastily. It's a good goal, but we actually use non-raised
PluginErrors
in too many places. That needs to change as well before we can incorporate it. I reverted it, but we shouldn't forget it.The text was updated successfully, but these errors were encountered: