Build Update for wikimedia/pywikibot-core -------------------------------------
Build: #3604 Status: Errored
Duration: 28 minutes and 46 seconds Commit: 2e63e23 (master) Author: xqt Message: [bugfix] Bot class arguments for constructor
Bot class arguments for constructor should be called as keyword argument
Bot class handles 'site' and ' always' as keyword arguments. In replace.py instantiating the bot uses postional argument which breaks this rule and derived bots may be break if not all (positional) arguments are given.
- instantiate ReplaceRobot with keyword arguments for 'always' and 'site' handled by bot class to allow other bots to use this special bot. - catch them with **kwargs - remove unused and deprecated acceptall variable - change parameter description for ReplaceRobot constructor, markup for epydoc - move __init__ doc to class because doc strings of hidden methods aren't shown in epydoc's documentation. - this also solves the 2nd warning issue of https://gerrit.wikimedia.org/r/#/c/266321/
Bug: T125046 Bug: T125049 Change-Id: I23570783fda9f497a6f57aaa8f5e17895534af50
View the changeset: https://github.com/wikimedia/pywikibot-core/compare/352d9881bb76...2e63e235e...
View the full build log and details: https://travis-ci.org/wikimedia/pywikibot-core/builds/157299307
--
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