last comment filtering doesn't work
Bug #138967 reported by
Brian Murray
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bug Helper |
Fix Released
|
Medium
|
Markus Korn |
Bug Description
It seems that last comment filtering doesn't work anymore with the update to the new version of python-
Traceback (most recent call last):
File "/home/
main()
File "/home/
all_bugs = bl.filter().bugs
File "/home/
__bugs = f(__bugs)
TypeError: func_lastcomment() takes exactly 1 argument (2 given)
To post a comment you must log in.
This two patches against bughelper.main and py-lp-bugs.main should solve all filter related problems due to the API change.
Markus