jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1300144?usp=email )
Change subject: Remove trailing colon in EXC_KEYS dict of replace.py ...................................................................... Remove trailing colon in EXC_KEYS dict of replace.py Change-Id: Ifd10cb11c949b7afe3a817b1a9d08ac7ffc017f4 Signed-off-by: Xqt <[email protected]> --- M scripts/replace.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/scripts/replace.py b/scripts/replace.py index 187a442..bbf2f27 100755 --- a/scripts/replace.py +++ b/scripts/replace.py @@ -806,7 +806,7 @@ EXC_KEYS = { '-excepttitle': 'title', - '-requiretitle:': 'require-title', + '-requiretitle': 'require-title', '-excepttext': 'text-contains', '-exceptinside': 'inside', '-exceptinsidetag': 'inside-tags' -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1300144?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: Ifd10cb11c949b7afe3a817b1a9d08ac7ffc017f4 Gerrit-Change-Number: 1300144 Gerrit-PatchSet: 3 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
