Build Update for wikimedia/pywikibot-core -------------------------------------
Build: #3222 Status: Errored
Duration: 1 hour, 15 minutes, and 41 seconds Commit: 9fb96d2 (master) Author: dalba Message: solve_disambiguation.py: Correct the way main namespace is detected
Previously, passing "-main" option caused the "ignore_title" dict to extend and include namespace numbers. But those numbers never match a page.title(). Hence the non-main-namespace pages could not be detected.
In the new implementation the "ignore_title" is not extended, instead "namespaces=0" is passed as a keyword argument to getReferences.
Bug:T105892 Change-Id: Icde898746dd77309d3e42b2da6c40f9bc4ab1194
View the changeset: https://github.com/wikimedia/pywikibot-core/compare/478e71286f24...9fb96d252...
View the full build log and details: https://travis-ci.org/wikimedia/pywikibot-core/builds/107219433
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
pywikibot-commits@lists.wikimedia.org