jenkins-bot has submitted this change and it was merged.
Change subject: (bugfix) lonelypages.py: fix compile error ......................................................................
(bugfix) lonelypages.py: fix compile error
A compile error slipped in 2af187755c49cfb4c35b63c8c8fd416d44cba21c Replace 'newtext' with 'newtxt', as in compat
Change-Id: I4ecdbe93660bf9ce5ead3a8fc571c381f259fef7 --- M scripts/lonelypages.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Ricordisamoa: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/lonelypages.py b/scripts/lonelypages.py index 820aab0..4de20d9 100644 --- a/scripts/lonelypages.py +++ b/scripts/lonelypages.py @@ -240,7 +240,7 @@ always = True choice = 'y' if choice == 'y': - page.text = newtext + page.text = newtxt try: page.save(comment) except pywikibot.EditConflict:
pywikibot-commits@lists.wikimedia.org