Skip to content

Commit

Permalink
fix cxt.num_building in builders display
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Apr 9, 2010
1 parent fe968e0 commit 45cc731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/status/web/builder.py
Expand Up @@ -303,7 +303,7 @@ def content(self, req, cxt):
online += 1

cxt['authz'] = self.getAuthz(req)
cxt['num_building'] = online
cxt['num_building'] = building
cxt['num_online'] = online

template = req.site.buildbot_service.templates.get_template("builders.html")
Expand Down

0 comments on commit 45cc731

Please sign in to comment.