Skip to content

Commit

Permalink
remove else branch as it helps nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sobolev committed Jul 22, 2016
1 parent 23938af commit 47c5905
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions master/buildbot/reporters/bitbucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ def send(self, build):
if response.status_code != 201:
log.msg("%s: unable to upload Bitbucket status: %s" %
(response.status_code, response.content))
else:
log.msg("Unable to determine owner or repository name: (owner: %s, repo: %s)" %
(str(owner), str(repo)))

@staticmethod
def get_owner_and_repo(repourl):
Expand Down

0 comments on commit 47c5905

Please sign in to comment.