You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments