jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/525489 )
Change subject: [bugfix] re-enable -limit option in checkimages.py
......................................................................
[bugfix] re-enable -limit option in checkimages.py
Bug: T228961
Change-Id: Ibe69b4021175f30a6e261b382a559ccaa2d6fcda
---
M scripts/checkimages.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
D3r1ck01: Looks good to me, but someone else must approve
Huji: Looks good to me, approved
jenkins-bot: Verified
diff --git a/scripts/checkimages.py b/scripts/checkimages.py
index 54c1545..8391a31 100755
--- a/scripts/checkimages.py
+++ b/scripts/checkimages.py
@@ -1541,7 +1541,7 @@
'How many files do you want to check?'))
else:
limit = int(arg[7:])
- if arg.startswith(('-sleep', '-time')):
+ elif arg.startswith(('-sleep', '-time')):
if arg.startswith('-sleep'):
length = len('-sleep')
else:
--
To view, visit https://gerrit.wikimedia.org/r/525489
To unsubscribe, or for help writing mail filters, visit
https://gerrit.wikimedia.org/r/settings
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibe69b4021175f30a6e261b382a559ccaa2d6fcda
Gerrit-Change-Number: 525489
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: D3r1ck01 <[email protected]>
Gerrit-Reviewer: Dvorapa <[email protected]>
Gerrit-Reviewer: Huji <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits