jenkins-bot has submitted this change and it was merged.
Change subject: [doc] remove lonely comment ......................................................................
[doc] remove lonely comment
Change-Id: I42135fff6b045f65cbcb629daca2b3827a345204 --- M scripts/template.py 1 file changed, 0 insertions(+), 6 deletions(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/template.py b/scripts/template.py index 783da18..854533e 100755 --- a/scripts/template.py +++ b/scripts/template.py @@ -214,12 +214,6 @@ self.options['summary'] = i18n.twtranslate( site, 'template-changing', params)
- # regular expression to find the original template. - # {{vfd}} does the same thing as {{Vfd}}, so both will be found. - # The old syntax, {{msg:vfd}}, will also be found. - # The group 'parameters' will either match the parameters, or an - # empty string if there are none. - replacements = [] exceptions = {} builder = textlib._MultiTemplateMatchBuilder(site)
pywikibot-commits@lists.wikimedia.org