-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Remove deprecated on_keyboard_interrupt
#13438
Conversation
on_keyboard_interrupt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @nitinramvelraj Thank you for reaching out to me via Slack! Could you update the changelog? Once it's added and all tests pass, this PR should be ready for merge :)
Changelog entry for removing on_keyboard_interrupt
Put an entry on the changelog! Thanks for all the help! This was a great learning exp! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me! Thank you for your first contribution! 🚀
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com> Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com> Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
What does this PR do?
Part of #12521. Removes code relating to
on_keyboard_interrupt
.resolves #9260
Does your PR introduce any breaking changes? If yes, please list them.
Removes
Callback.on_keyboard_interrupt
in favour ofCallback.on_exception
.Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:
Did you have fun?
Yes
Make sure you had fun coding 🙃