Skip to content
Snippets Groups Projects
Commit 6c1f1445 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 8163f755
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment