jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1225071?usp=email )
Change subject: welcome: Check whether the script is localized within
WelcomeBot initializer
......................................................................
welcome: Check whether the script is localized within WelcomeBot initializer
Bug: T414007
Change-Id: I4c1e5d5d028c48c79816e933abfcbe23c81e117d
---
M scripts/welcome.py
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
jenkins-bot: Verified
Xqt: Looks good to me, approved
diff --git a/scripts/welcome.py b/scripts/welcome.py
index 2879d51..b96e8b4 100755
--- a/scripts/welcome.py
+++ b/scripts/welcome.py
@@ -551,6 +551,7 @@
globalvar.make_welcome_log = False
if globalvar.random_sign:
self.define_sign()
+ get_welcome_text(self.site) # check whether the script is localized
def bad_name_filer(self, name, force: bool = False) -> bool:
"""Check for bad names."""
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1225071?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: I4c1e5d5d028c48c79816e933abfcbe23c81e117d
Gerrit-Change-Number: 1225071
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-CC: Sakretsu <[email protected]>
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]