Skip to content

Commit

Permalink
requestCancelled expects (builder, request).
Browse files Browse the repository at this point in the history
Fixes: #886
  • Loading branch information
Chris AtLee committed Aug 18, 2010
1 parent 2509054 commit 7101f5b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions master/buildbot/status/builder.py
Expand Up @@ -2590,8 +2590,7 @@ def _handle_buildrequest_event(self, mode, brids):
eventually(observer.requestSubmitted, brs)
else:
if hasattr(observer, 'requestCancelled'):
eventually(observer.requestCancelled, brs)


builder = self.getBuilder(buildername)
eventually(observer.requestCancelled, builder, brs)

# vim: set ts=4 sts=4 sw=4 et:

0 comments on commit 7101f5b

Please sign in to comment.