Commits

practicalswift committed e2de5c22025
[Python] Fix blind `except:` statements Make sure all Python code in the repo specifies which exceptions to catch when using `except:`. Regressions can be catched using `flake8-blind-except` going forward.