[Buildbot-commits] [Buildbot] #2388: waterfall: exceptions.AttributeError: 'int' object has no attribute 'get'
Buildbot
nobody at buildbot.net
Thu Oct 25 10:54:45 UTC 2012
#2388: waterfall: exceptions.AttributeError: 'int' object has no attribute 'get'
---------------------+-----------------------
Reporter: oc_dhart | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.8.7 | Keywords:
---------------------+-----------------------
Waterfall page below, master.cfg attached.
web.Server Traceback (most recent call last):
exceptions.AttributeError: 'int' object has no attribute 'get'
/usr/local/lib/python2.7/dist-packages/Twisted-12.2.0-py2.7-linux-
x86_64.egg/twisted/internet/defer.py:1045 in _inlineCallbacks
1044 else:
1045 result = g.send(result)
1046 except StopIteration:
/usr/local/lib/python2.7/dist-
packages/buildbot-0.8.7-py2.7.egg/buildbot/status/web/builder.py:287 in
content
286 for build in
b.generateFinishedBuilds(num_builds=int(numbuilds)):
287 recent.append(self.get_line_values(req, build, False))
288
/usr/local/lib/python2.7/dist-
packages/buildbot-0.8.7-py2.7.egg/buildbot/status/web/base.py:442 in
get_line_values
441 if len(ss_list) == 1:
442 rev = all_got_revision.get(ss_list[0].codebase,
"??")
443 else:
exceptions.AttributeError: 'int' object has no attribute 'get'
--
Ticket URL: <http://trac.buildbot.net/ticket/2388>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list