Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SanicException quiet attribute handling when set to False #3009

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

C5H12O5
Copy link
Contributor

@C5H12O5 C5H12O5 commented Nov 15, 2024

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.

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.
@C5H12O5 C5H12O5 requested a review from a team as a code owner November 15, 2024 04:09
@ahopkins
Copy link
Member

ahopkins commented Nov 17, 2024

Excellent. Thanks for the test also! I'll fix the tests failures.

@ahopkins ahopkins merged commit 665234d into sanic-org:main Dec 16, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants