Xqt added a subscriber: Mpaa.
Xqt added a comment.

  I think the page_gen method must be decorated too:
  
     @remove_last_args(['content'])  # since 9.0.0
     @check_if_cached
     def page_gen(
         self, start: int = 1,
         end: int | None = None,
         filter_ql: Sequence[int] | None = None,
         only_existing: bool = False
     ) -> Iterable[pywikibot.page.Page]:
    ...
  
  I am unsure about the right place; maybe it must be placed inf front of the 
`@remove_last_args` decorator.

TASK DETAIL
  https://phabricator.wikimedia.org/T409023

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

_______________________________________________
pywikibot-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to