-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicit IPython handling for exceptions
This is so that we always use the original excepthook in custom excepthook calls instead of using the excepthook possibly set in other cells. The reason this is important is if we create a Puzzle in one cell, but don't show it for some reason, and then create a new Puzzle in a different cell, the old excepthook would belong to the old Puzzle, and since we still call that, two error messages appear.
- Loading branch information
1 parent
c105eab
commit cb8239a
Showing
1 changed file
with
32 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters