Get rid of bare exception handlers.

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

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.

Summary ID
Get rid of bare exception handlers.
Python no longer encourages the bare `except:` handler syntax. This change adds generic exception types to the few instances where we still did that. Testing Done: Ran unit tests.
36761efe5c631616fbd3a52e486191445496f15b
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

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