jenkins-bot merged this change.
[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.