Skip to content

Commit

Permalink
bugfix, 'changes' may not be defined
Browse files Browse the repository at this point in the history
  • Loading branch information
opalmer committed Jun 21, 2014
1 parent fa5b2ab commit 31cee89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/contrib/github_buildbot.py
Expand Up @@ -74,7 +74,7 @@ def process_change(self, payload, user, repo, repo_url, project):
Python Object that represents the JSON sent by GitHub Service
Hook.
"""

changes = None
branch = payload['ref'].split('/')[-1]

if payload['deleted'] is True:
Expand Down

0 comments on commit 31cee89

Please sign in to comment.