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
Fix SanicException quiet attribute handling when set to False
Fixes an issue where the `quiet` attribute in `SanicException` would default to the class attribute when set to `False`.
This occurs when the subclass `quiet` attribute is `True`. The fix ensures only `None` triggers the fallback.
0 commit comments