Navigation Menu

Skip to content

Commit

Permalink
Fix a regression introduced in 32ebee2 where
Browse files Browse the repository at this point in the history
projectURL is used but not defined.
  • Loading branch information
nsylvain committed Oct 8, 2009
1 parent b92e670 commit 1fc591e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildbot/status/web/build.py
Expand Up @@ -33,6 +33,7 @@ def body(self, req):
b = self.build_status
status = self.getStatus(req)
projectName = status.getProjectName()
projectURL = status.getProjectURL()
data = ('<div class="title"><a href="%s">%s</a></div>\n'
% (self.path_to_root(req), projectName))
builder_name = b.getBuilder().getName()
Expand Down

0 comments on commit 1fc591e

Please sign in to comment.