Skip to content

Commit

Permalink
Status message as list of strings
Browse files Browse the repository at this point in the history
  • Loading branch information
hborkhuis committed Apr 24, 2012
1 parent 33e78ab commit 840e40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/steps/source/base.py
Expand Up @@ -257,7 +257,7 @@ def start(self):
self.addCompleteLog("patch", patch[1])
else:
log.msg("No sourcestamp found in build for codebase '%s'" % self.codebase)
self.step_status.setText("Codebase '%s' not in build" % self.codebase)
self.step_status.setText(["Codebase", '%s' % self.codebase ,"not", "in", "build" ])
self.addCompleteLog("log",
"No sourcestamp found in build for codebase '%s'" \
% self.codebase)
Expand Down

0 comments on commit 840e40a

Please sign in to comment.