Skip to content

Commit

Permalink
Merge pull request #398 from isotoma/fix-regressions
Browse files Browse the repository at this point in the history
Fix forcing builds
  • Loading branch information
ayust committed May 7, 2012
2 parents 8167954 + 12c7a60 commit 4590b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/status/web/builder.py
Expand Up @@ -152,7 +152,7 @@ def performAction(self, req):
for sch in master.allSchedulers():
if schedulername == sch.name:
try:
yield self.force(owner, builder_name, **args)
yield sch.force(owner, builder_name, **args)
msg = ""
except ValidationError, e:
msg = html.escape(e.message.encode('ascii','ignore'))
Expand Down

0 comments on commit 4590b34

Please sign in to comment.