Provide some type of -confirm parameter for harvest_template.py, so every import should be manually confirmed or rejected.
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| [IMPR] Add -confirm option to harvest_template.py | pywikibot/core | master | +10 -11 |
Event Timeline
Comment Actions
class HarvestRobot(ConfigParserBot, WikidataBot): update_options = { 'always': True, 'create': False, 'exists': '', 'islink': False, 'multi': False, }
The bot always runs as if -always was provided. The change would be trivial, but it could break e.g. bots via repeated jobs on Toolforge.
Comment Actions
Change 805891 had a related patch set uploaded (by Xqt; author: Xqt):
[pywikibot/core@master] [IMPR] Add -confirm option to harvest_template.py
Comment Actions
Change 805891 merged by jenkins-bot:
[pywikibot/core@master] [IMPR] Add -confirm option to harvest_template.py