jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/509845 )
Change subject: [IMPR] Add quit option to disambredir ......................................................................
[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(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
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