Skip to content

Commit

Permalink
fix TypeError when using allowForce with IRC
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Dec 27, 2011
1 parent 6b3638c commit d8d2331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/status/words.py
Expand Up @@ -1058,7 +1058,7 @@ def setServiceParent(self, parent):
base.StatusReceiverMultiService.setServiceParent(self, parent)
self.f.status = parent
if self.allowForce:
self.f.control = interfaces.IControl(parent)
self.f.control = interfaces.IControl(self.master)

def stopService(self):
# make sure the factory will stop reconnecting
Expand Down

0 comments on commit d8d2331

Please sign in to comment.