Skip to content

Commit

Permalink
By default, there is always success preparing a slave
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k authored and John Carr committed Jul 6, 2010
1 parent e5c9356 commit ae28627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/process/builder.py
Expand Up @@ -119,7 +119,7 @@ def _attachFailure(self, why, where):
return why

def prepare(self, builder_status):
return defer.succeed(None)
return defer.succeed(True)

def ping(self, status=None):
"""Ping the slave to make sure it is still there. Returns a Deferred
Expand Down

0 comments on commit ae28627

Please sign in to comment.