AssertionError: Wrong XPath-Expr in InfoTable.parse() 'type'

Bug #202880 reported by Markus Korn
2
Affects Status Importance Assigned to Milestone
python-launchpad-bugs
Fix Released
Medium
Markus Korn

Bug Description

stgraber@castiana:~$ python
Python 2.5.2 (r252:60911, Mar 12 2008, 13:39:09)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import launchpadbugs.connector as Connector
>>> Bug=Connector.ConnectBug()
>>> test=Bug(1169)
>>> test.affects
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/launchpadbugs/lphelper.py", line 261, in <lambda>
    if fget : fget = lambda s, n=fget.__name__ : getattr(s, n)()
  File "/usr/lib/python2.5/site-packages/launchpadbugs/html_bug.py", line 54, in f
    x = a.infotable.current
  File "/usr/lib/python2.5/site-packages/launchpadbugs/lphelper.py", line 261, in <lambda>
    if fget : fget = lambda s, n=fget.__name__ : getattr(s, n)()
  File "/usr/lib/python2.5/site-packages/launchpadbugs/html_bug.py", line 87, in func
    x.parse()
  File "/usr/lib/python2.5/site-packages/launchpadbugs/html_bug.py", line 341, in parse
    assert type, "Wrong XPath-Expr in InfoTable.parse() 'type' (%s)" %(DEBUG_URL or "unknown")
AssertionError: Wrong XPath-Expr in InfoTable.parse() 'type' (https://launchpad.net/bugs/1169)

Markus Korn (thekorn)
Changed in python-launchpad-bugs:
assignee: nobody → thekorn
importance: Undecided → Medium
status: New → In Progress
Revision history for this message
Markus Korn (thekorn) wrote :

the reason for this issue is, that the very left arrow to expand a task row got a seperate column

Revision history for this message
Markus Korn (thekorn) wrote :

------------------------------------------------------------
revno: 82
committer: Markus Korn <email address hidden>
branch nick: main
timestamp: Sun 2008-03-16 16:36:11 +0100
message:
  * launchpadbugs/text_bug.py: fixed parsing of task-rows, the very
    left arrow to expand a row got a seperate column (LP: #202880)
------------------------------------------------------------

Changed in python-launchpad-bugs:
status: In Progress → Fix Committed
Revision history for this message
Brian Murray (brian-murray) wrote :

This bug is fixed in python-launchpad-bugs and in the Hardy package of it.

Changed in python-launchpad-bugs:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.