Page MenuHomePhabricator

api.py:310: UserWarning: Unexpected overlap between action and query submodules: frozenset({'novaprojects'})
Closed, ResolvedPublic

Description

When I run the bot at wikitech.wikimedia.org the following warning is displayed at the start of each script:

pwb.py redirect br
WARNING: Defined site without changing it.
Retrieving broken redirect special page...
WARNING: F:\MABot\pywikibot\data\api.py:310: UserWarning: Unexpected overlap between action and query submodules: frozenset({'novaprojects'})

Please investigate/fix. Thank you!

Event Timeline

Just a note: That warning has been added as part of a solution to T92626. We have a similar name clash here, between novaprojects and query+novaprojects.

Xqt triaged this task as Medium priority.Aug 4 2017, 12:27 PM

Change 385973 had a related patch set uploaded (by Xqt; owner: Xqt):
[pywikibot/core@master] [bugfix] Remove overlap warning

https://gerrit.wikimedia.org/r/385973

Change 385973 merged by jenkins-bot:
[pywikibot/core@master] [bugfix] Remove overlap warning

https://gerrit.wikimedia.org/r/385973

Dalba claimed this task.