Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix TypeError when running test.pebble_cli (#1245)
Without this fix, running this raises the following: ``` TypeError: catching classes that do not inherit from BaseException is not allowed ``` Not sure how to silence pyright without the type: ignores. I guess we haven't used this script in a while. :-)
- Loading branch information