Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add HTTP 404 handling for merge_pull_request in gitmanager.py
The code `if not response` catches HTTP 404 as "not OK" based on the logic in the requests module. Since PR# typos are semi-common, this change pulls out the HTTP 404 to give it a different (better?) response to the user.
- Loading branch information