-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds guard against case in which originating_function is None or source
code is unavailable. Solves two problems: 1. Originating_functions is None (in the spec) 2. We can't get source code This is currently a high-level exception catch-all. We will likely be narrowing to the specific one. Currently we're only testing the originating_functions for None in unit tests, the other case (an exception) is harder to test for and likely to change.
- Loading branch information
1 parent
baae716
commit 5e43fcb
Showing
2 changed files
with
26 additions
and
3 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
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