jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/353714 )

Change subject: [bugfix] Enable exceptions from fixes file
......................................................................


[bugfix] Enable exceptions from fixes file

exceptions from fixes file where never passed to the bot.

Bug: T142324
Change-Id: I1212fd73af3cd529e12334d4b05ca5e9257136e5
---
M scripts/replace.py
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Nemo bis: Looks good to me, but someone else must approve
  Mpaa: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/scripts/replace.py b/scripts/replace.py
index 7b5c952..a4dae6c 100755
--- a/scripts/replace.py
+++ b/scripts/replace.py
@@ -1078,6 +1078,7 @@
 
         if replacement_set:
             replacements.extend(replacement_set)
+            exceptions = replacement_set._exceptions
 
         if len(fix['replacements']) == len(missing_fix_summaries):
             missing_fixes_summaries.append(

-- 
To view, visit https://gerrit.wikimedia.org/r/353714
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1212fd73af3cd529e12334d4b05ca5e9257136e5
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: Dalba <dalba.w...@gmail.com>
Gerrit-Reviewer: Eranroz <eranro...@gmail.com>
Gerrit-Reviewer: Gallaecio <adriyeticha...@gmail.com>
Gerrit-Reviewer: John Vandenberg <jay...@gmail.com>
Gerrit-Reviewer: Magul <tomasz.magul...@gmail.com>
Gerrit-Reviewer: Mpaa <mpaa.w...@gmail.com>
Gerrit-Reviewer: Nemo bis <federicol...@tiscali.it>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to