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:
pywikibot-commits@lists.wikimedia.org