jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/342503 )
Change subject: Add another sandbox page to clean ......................................................................
Add another sandbox page to clean
Change-Id: I339ff9b7528c19d45c8f10d4486bcb04be33d625 --- M scripts/clean_sandbox.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/scripts/clean_sandbox.py b/scripts/clean_sandbox.py index ea00fd2..2019321 100755 --- a/scripts/clean_sandbox.py +++ b/scripts/clean_sandbox.py @@ -107,7 +107,7 @@ 'zh': '{{subst:User:Sz-iwbot/sandbox}}\n', }
-sandbox_titles = ('Q3938', ) +sandbox_titles = ('Q3938', 'Q28939665')
# This is required for the text that is shown when you run this script # with the parameter -help.
pywikibot-commits@lists.wikimedia.org