Changeset 670

Show
Ignore:
Timestamp:
07/24/08 07:11:08 (6 months ago)
Author:
dustin@v.igoro.us
Message:

axel-tinderbox-fix.patch
Fix by Axel Hecht <l10n.moz@googlemail.com> to a regression in tinderbox

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • buildbot/status/tinderbox.py

    r608 r670  
    173173        elif isinstance(self.columnName, WithProperties): 
    174174            # interpolate the WithProperties instance, use that 
    175             text += "%s build: %s\n" % (t, self.columnName.render(build)) 
     175            text += "%s build: %s\n" % (t, build.getProperties().render(self.columnName)) 
    176176        else: 
    177177            raise Exception("columnName is an unhandled value")