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(
pywikibot-commits@lists.wikimedia.org