Get rid of bare exception handlers.

Review Request #12076 — Created Feb. 23, 2022 and submitted — Latest diff uploaded

Information

Djblets
release-3.x

Reviewers

Python no longer encourages the bare except: handler syntax. This
change adds generic exception types to the few instances where we still
did that.

Ran unit tests.

Commits

Files

    Loading...