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

Re-enable KeyboardInterrupt on Ctrl+C? #36

Open
devvmh opened this issue Sep 2, 2023 · 0 comments
Open

Re-enable KeyboardInterrupt on Ctrl+C? #36

devvmh opened this issue Sep 2, 2023 · 0 comments

Comments

@devvmh
Copy link

devvmh commented Sep 2, 2023

Hi, when I import soundmeter into my flask app, I believe it's breaking the default Ctrl+C behaviour because the sigint_handler doesn't raise KeyboardInterrupt. I believe if you simply adding raise KeyboardInterrupt to the end of sigint_handler, this would work correctly again. However, not sure if this was intentional or if it'll mess up daemonized mode.

Am I correct? Is this something worth fixing? If so, I can make the PR if it helps

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

No branches or pull requests

1 participant