jenkins-bot has submitted this change and it was merged.
Change subject: remove unused variable "newtext" ......................................................................
remove unused variable "newtext"
Change-Id: I70dfc63563b03f8e1e426a03e7afa367bd4ba426 --- M scripts/catall.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Pyfisch: Verified; Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/catall.py b/scripts/catall.py index c99ac4d..20d5ded 100755 --- a/scripts/catall.py +++ b/scripts/catall.py @@ -9,7 +9,7 @@ """ # # (C) Rob W.W. Hooft, Andre Engels, 2004 -# (C) Pywikibot team, 2004-2013 +# (C) Pywikibot team, 2004-2014 # # Distributed under the terms of the MIT license. # @@ -42,7 +42,7 @@ elif choice == "?": from pywikibot import editor as editarticle editor = editarticle.TextEditor() - newtext = editor.edit(pagetext) + editor.edit(pagetext) elif choice == "??": pywikibot.output(pagetext[0:length]) length = length + 500
pywikibot-commits@lists.wikimedia.org