Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Remove now redundant catching of SystemExit
Now we catch Exception explicitly instead of a bare except, SystemExit (which inherits from BaseException) will be raised as appropriate without our intervention.
- Loading branch information