jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[IMPR] Add quit option to disambredir

- It seems the option has never been there and with further improvements
and patches the state was just preserved.
- The default value is True, thus removing

Bug: T223048
Change-Id: Icf54cd68b953fb1c692e85497bc553e55ae38a85
---
M scripts/disambredir.py
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/disambredir.py b/scripts/disambredir.py
index 07148e1..0cc982d 100755
--- a/scripts/disambredir.py
+++ b/scripts/disambredir.py
@@ -33,7 +33,7 @@

def _create_callback(self, old, new):
replace_callback = InteractiveReplace(
- old, new, default='n', automatic_quit=False)
+ old, new, default='n')
replace_callback.allow_replace = True
replace_callback.allow_replace_label = True
replace_callback.allow_replace_section = True

To view, visit change 509845. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Icf54cd68b953fb1c692e85497bc553e55ae38a85
Gerrit-Change-Number: 509845
Gerrit-PatchSet: 3
Gerrit-Owner: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: D3r1ck01 <xsavitar.wiki@aol.com>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot (75)