summary refs log tree commit diff
path: root/changelog.d/9106.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduce scope of exception handler. (#9106)Patrick Cloke2021-01-131-0/+1
Removes a bare `except Exception` clause and replaces it with catching a specific exception around the portion that might throw.