WolfgangFahl / py-3rdparty-mediawiki

Wrapper for pywikibot and mwclient MediaWiki API librarties with improvements for 3rd party wikis
Apache License 2.0
4 stars 5 forks source link

Regression? wikipush: TypeError("argument of type 'NoneType' is not iterable") #54

Closed WolfgangFahl closed 3 years ago

WolfgangFahl commented 3 years ago

wikipush -s or -t ormk -q "[[isA::Event series]]" wikipush: TypeError("argument of type 'NoneType' is not iterable")

tholzheim commented 3 years ago

I traced down the issue and the Type error comes from an incorrect handling of empty query results. I fixed this issue but found another one #55