Comment 7 for bug 227537

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

The version of python-launchpad-bugs in -proposed (0.2.30.1) fixes this bug for me.

[with 0.2.30]
markus@thekorn:~$ buginfo --lastcomment --parsemode=html 227537
Traceback (most recent call last):
  File "/usr/bin/buginfo", line 83, in <module>
    main()
  File "/usr/bin/buginfo", line 67, in main
    comment = comments[int(cnr)]
IndexError: list index out of range

[with 0.2.30.1]
markus@thekorn:~$ buginfo --lastcomment --parsemode=html 227537
<Comment #6 by pitti on 2008-06-05 05:46:45 UTC>

Markus