jenkins-bot has submitted this change and it was merged.
Change subject: Removing deprecated arguments and using standard ones in interwiki.py ......................................................................
Removing deprecated arguments and using standard ones in interwiki.py
It causes this error: https://bugzilla.wikimedia.org/show_bug.cgi?id=57050#c3
Bug 57050
Change-Id: Ifef3e1982d217613235ff0888825d7c4ce3bc81a --- M scripts/interwiki.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: XZise: Looks good to me, but someone else must approve Mpaa: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/interwiki.py b/scripts/interwiki.py index 1691c4f..85394d7 100755 --- a/scripts/interwiki.py +++ b/scripts/interwiki.py @@ -2516,8 +2516,8 @@ namespaces = [] else: ns = 'all' - hintlessPageGen = pagegenerators.NewpagesPageGenerator(newPages, - namespace=ns) + hintlessPageGen = pagegenerators.NewpagesPageGenerator(total=newPages, + namespaces=ns)
elif optRestore or optContinue or globalvar.restoreAll: dumpFileName = pywikibot.config.datafilepath(