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

raise exceptions only when they should be propagated #266

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

bernhardmiller
Copy link
Contributor

since recent versions, easyaudit raises exceptions when something goes wrong in the signal handlers, independent of whether it is configured to do so or not.

the crud_flow functions are not called immediately, but passed as callbacks to be called later on. thus, the checked propagation in the exception handlers below is bypassed.

@jheld jheld merged commit 9e04815 into soynatan:master Jan 4, 2024
16 checks passed
@samamorgan samamorgan mentioned this pull request Jan 7, 2024
@mschoettle
Copy link
Contributor

@jheld Could you please release a new alpha version with this fix? We are facing an issue where the signal handler is raising an exception even though it is configured not to and I believe this error is fixed with this PR.

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.

None yet

3 participants