Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove an unneeded
except KeyboardInterrupt
KeyboardInterrupt is a subclass of BaseException, but not of Exception. Hence if we remove this except, KeyboardInterrupts will still be raised so the behavior stays the same.
- Loading branch information