jenkins-bot has submitted this change and it was merged.
Change subject: Remove new flake in basic.py ......................................................................
Remove new flake in basic.py
I63e1699a4b70dde161c0430beaaa5ed0b44093cb introduced a flake.
Change-Id: I6602e0b8b849670428280891a5754521bbb2ae67 --- M scripts/basic.py 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: Ricordisamoa: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/basic.py b/scripts/basic.py index 07d2305..99f83f1 100755 --- a/scripts/basic.py +++ b/scripts/basic.py @@ -140,7 +140,6 @@ """ Process command line arguments and invoke BasicBot. """ # Process global arguments to determine desired site local_args = pywikibot.handleArgs() - site = pywikibot.Site()
# This factory is responsible for processing command line arguments # that are also used by other scripts and that determine on which pages
pywikibot-commits@lists.wikimedia.org