Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/djmitche/buildbot
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewryanscott committed Oct 4, 2009
2 parents cb7215e + 93ab18d commit bfe6015
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildbot/status/web/build.py
Expand Up @@ -32,7 +32,6 @@ def getTitle(self, request):
def body(self, req):
b = self.build_status
status = self.getStatus(req)
projectURL = status.getProjectURL()
projectName = status.getProjectName()
data = ('<div class="title"><a href="%s">%s</a></div>\n'
% (self.path_to_root(req), projectName))
Expand Down

0 comments on commit bfe6015

Please sign in to comment.