pylint #21860 coding style: warn for comparison between len(object) and 0 [open]
if len(x) > 0 should usually be written as: if x | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
closed by | <not specified> |
if len(x) > 0 should usually be written as: if x | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
closed by | <not specified> |