Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
response.__bool__() returns False for Exception cases, so use "is not…
… None" instead (#1748) If conditions didn't match, because response.__bool__() uses response.ok, which returns False for every http status code >= 400, which is the case here, at least in Jira 9.4.11.
- Loading branch information