synapse-product/changelog.d/9106.misc
Patrick Cloke aee8e6a95d
Reduce scope of exception handler. (#9106)
Removes a bare `except Exception` clause and replaces it with
catching a specific exception around the portion that might throw.
2021-01-13 13:27:49 -05:00

2 lines
69 B
Plaintext

Reduce the scope of caught exceptions in `BlacklistingAgentWrapper`.