python-redmine
python-redmine copied to clipboard
filter error
when I code as this:
res = redmine.project.get(20).issues.filter((1,1))
why errors:
Traceback (most recent call last):
File "D:\gitlab\test_proj\redmine_demo\update.py", line 23, in
Hi @strawberrylady99
It errors because you're using it wrong, see https://python-redmine.com/introduction.html#methods (filter() method).
Also, what exactly are you trying to achieve with filter((1,1)) ?
Closing this due to inactivity.