jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1048879?usp=email )

Change subject: [IMPR] replace pywikibot.bot.output with pywikibot.info
......................................................................

[IMPR] replace pywikibot.bot.output with pywikibot.info

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

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




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 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1048879?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I517a2fdb0240464829c5ab5992b0880e8559e966
Gerrit-Change-Number: 1048879
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to