Skip to content

Commit

Permalink
request should not be a keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
opalmer committed Jun 22, 2014
1 parent 91a7150 commit faffcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/contrib/github_buildbot.py
Expand Up @@ -169,7 +169,7 @@ def process_change(self, payload, user, repo, repo_url, project, request):
deferred.addErrback(self.connectFailed, request)
deferred.addCallback(self.connected, changes, request)

def connectFailed(self, error, request=None):
def connectFailed(self, error, request):
"""
If connection is failed. Logs the error.
"""
Expand Down

0 comments on commit faffcae

Please sign in to comment.