-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve catch-all handling and avoid some pylint suppressions (#1919)
## Changes This PR is stacked on top of #1905; changes include: - Avoid some pylint-suppressions that aren't really necessary. - Improve logging when catch-all handlers are hit so we can better understand what went wrong. - When an internal error occurs during magic-processing, work already completed is returned instead of abandoned. Incidental changes include some more type annotations amongst the unit tests. ### Tests - manually tested - added unit tests --------- Co-authored-by: Eric Vergnaud <[email protected]> Co-authored-by: Eric Vergnaud <[email protected]> Co-authored-by: Serge Smertin <[email protected]>
- Loading branch information
1 parent
65fdd02
commit 6dfcaaf
Showing
4 changed files
with
77 additions
and
8 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
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