jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[IMPR] replace pywikibot.bot.output with pywikibot.info

Change-Id: I517a2fdb0240464829c5ab5992b0880e8559e966
---
M pywikibot/bot.py
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pywikibot/bot.py b/pywikibot/bot.py
index a993a1a..449377a 100644
--- a/pywikibot/bot.py
+++ b/pywikibot/bot.py
@@ -781,8 +781,8 @@
elif option in ('-cosmeticchanges', '-cc'):
config.cosmetic_changes = (strtobool(value) if value
else not config.cosmetic_changes)
- output(f'NOTE: option cosmetic_changes is '
- f'{config.cosmetic_changes}\n')
+ pywikibot.info(f'NOTE: option cosmetic_changes is '
+ f'{config.cosmetic_changes}\n')
elif option == '-simulate':
config.simulate = value or True
#

To view, visit change 1048879. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I517a2fdb0240464829c5ab5992b0880e8559e966
Gerrit-Change-Number: 1048879
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot