[Buildbot-commits] buildbot/buildbot/status html.py,1.58,1.59
Brian Warner
warner at users.sourceforge.net
Tue May 3 04:34:05 UTC 2005
Update of /cvsroot/buildbot/buildbot/buildbot/status
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12050
Modified Files:
html.py
Log Message:
update comment, thanks to Stephen Thorne
Index: html.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/html.py,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- html.py 26 Apr 2005 20:25:30 -0000 1.58
+++ html.py 3 May 2005 04:34:02 -0000 1.59
@@ -1251,7 +1251,8 @@
if strip[-1] == None:
if sourceEvents[i-1]:
filler = IBox(sourceEvents[i-1]).getBox()
- else: # TODO: can this actually happen?
+ else:
+ # this can happen if you delete part of the build history
filler = Box(text=["?"], align="center")
strip[-1] = filler
strip[-1].parms['rowspan'] = 1
More information about the Commits
mailing list