Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TOOLCM-2168] Catch missing link header (#45)
* Catch missing link header In Python 2, `response.headers["header-key"]` would return a `KeyError` if the header wasn't present, but in Python 3 it returns `None`. This is currently the top source of errors in Sentry. * Add comment * Update comment * Fix if-else indentation
- Loading branch information