jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/883210 )
Change subject: [IMPR] Change Meta-Wiki's sandbox default text ......................................................................
[IMPR] Change Meta-Wiki's sandbox default text
Change-Id: Ic8ac6cadeb9fb2e2b79524ff0e34be2d10beed2f --- M scripts/clean_sandbox.py 1 file changed, 11 insertions(+), 2 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/clean_sandbox.py b/scripts/clean_sandbox.py index bd92d9d..9f39c98 100755 --- a/scripts/clean_sandbox.py +++ b/scripts/clean_sandbox.py @@ -59,8 +59,8 @@
content = { 'commons': '{{Sandbox}}\n<!-- Please edit only below this line. -->', - 'meta': '{{Meta:Sandbox/Please do not edit this line}}' - '<!--Please edit below this line.-->', + 'meta': '{{Meta:Sandbox/Please do not edit this line}}\n' + '<!-- Please edit below this line. -->', 'test': '<noinclude>{{Sandbox}}</noinclude>\n' '== Please start your testing below this line ==', 'wikidata': '{{Please leave this line alone (sandbox heading)}}',
pywikibot-commits@lists.wikimedia.org