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
We weren't passing exceptions through the flask exception translation
layer, so we'd end up with extra verbose logging when *desired*
exceptions (like BadPermission) get raised, rather than handle and
building those into a proper subrequest error response.
Fixes#132.
0 commit comments