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."""
pywikibot-commits@lists.wikimedia.org