Changeset 670
- Timestamp:
- 07/24/08 07:11:08 (6 months ago)
- Files:
-
- buildbot/status/tinderbox.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
buildbot/status/tinderbox.py
r608 r670 173 173 elif isinstance(self.columnName, WithProperties): 174 174 # 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)) 176 176 else: 177 177 raise Exception("columnName is an unhandled value")
![[Buildbot Logo]](/trac/chrome/site/header-text-transparent.png)