| Dvorapa added a comment. |
I found the issue. Bot here generates a tuple (title, content) in its generator. Then it makes the Page object from it in its treat(). But in d582f9dd0a09872906abe1ba4c10074275e68a52 there was added skip_page() check on lines 1470 and 1471, which already understands its page as a page object. So the solution here would be to change the treat() in pagefromfile to init_page()
TASK DETAIL
EMAIL PREFERENCES
To: Xqt, Dvorapa
Cc: Xqt, Framawiki, Dvorapa, Aklapper, Pywikibot-core, pywikibot-bugs-list, Sc4s2cg, Magul, Tbscho, MayS, Salgo60, Mdupont, JJMC89, Avicennasis, jayvdb, Dalba, Masti, Alchimista, Rxy
Cc: Xqt, Framawiki, Dvorapa, Aklapper, Pywikibot-core, pywikibot-bugs-list, Sc4s2cg, Magul, Tbscho, MayS, Salgo60, Mdupont, JJMC89, Avicennasis, jayvdb, Dalba, Masti, Alchimista, Rxy
_______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
