ghowardsit
Manuel Kaufmann 2019-01-10 18:55:07 +01:00
parent e17d0cdb45
commit 2ae1c26744
1 changed files with 2 additions and 1 deletions

View File

@ -207,7 +207,8 @@ class GitHubService(Service):
log.info('GitHub webhook creation successful for project: %s',
project)
return (True, resp)
elif resp.status_code in [401, 403, 404]:
if resp.status_code in [401, 403, 404]:
log.info(
'GitHub project does not exist or user does not have '
'permissions: project=%s',