jenkins-bot has submitted this change and it was merged.
Change subject: [FEAT] indicate the page which it is working on ......................................................................
[FEAT] indicate the page which it is working on
Bug: T105580 Change-Id: Ib6ad2c795b5bdbbb846579a15d6268ee84b846d5 --- M scripts/solve_disambiguation.py 1 file changed, 2 insertions(+), 1 deletion(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/solve_disambiguation.py b/scripts/solve_disambiguation.py index 0e108c5..6098d4b 100755 --- a/scripts/solve_disambiguation.py +++ b/scripts/solve_disambiguation.py @@ -71,7 +71,7 @@ # (C) Daniel Herding, 2004 # (C) Andre Engels, 2003-2004 # (C) WikiWichtel, 2004 -# (C) Pywikibot team, 2003-2014 +# (C) Pywikibot team, 2003-2015 # # Distributed under the terms of the MIT license. # @@ -643,6 +643,7 @@ """ # TODO: break this function up into subroutines!
+ self.current_page = refPage include = False unlink_counter = 0 new_targets = []
pywikibot-commits@lists.wikimedia.org