Skip to content
Commit 2a7da007 authored by Daniel Silverstone's avatar Daniel Silverstone
Browse files

_artifactcache/cascache.py: Silence len(SEQUENCE) as condition warnings



The lint tool dislikes the use of `if len(SEQ) == 0` type statements
because nominally `len(SEQ)` may be more expensive than `bool(SEQ)`.

Signed-off-by: default avatarDaniel Silverstone <daniel.silverstone@codethink.co.uk>
parent f228c739
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment