Get rid of bare exception handlers.

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

david
Djblets
release-3.x
djblets

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.

Summary
Get rid of bare exception handlers.
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (48d5576)
Loading...