jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1115093?usp=email )
Change subject: rm extra point ......................................................................
rm extra point
Change-Id: I9a12c43e532697b4b4a33443ca55657268a8d3af --- M scripts/clean_sandbox.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Meno25: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/clean_sandbox.py b/scripts/clean_sandbox.py index 323959e..d40245c 100755 --- a/scripts/clean_sandbox.py +++ b/scripts/clean_sandbox.py @@ -64,7 +64,7 @@ content = { 'commons': '{{Sandbox}}\n<!-- Please edit only below this line. -->', 'meta': '{{Meta:Sandbox/Please do not edit this line}}' - '<!-- Please edit below this line. -->', + '<!-- Please edit below this line -->', 'species': '{{Sandbox}}\n' '<!-- PLEASE ADD YOUR EDITS BELOW THIS LINE. THANK YOU. -->', 'test': '<noinclude>{{Sandbox}}</noinclude>\n'
pywikibot-commits@lists.wikimedia.org