Skip to content

omit unnecessary conditional - deadcode reported by static scanner

Choose a tag to compare

@richm richm released this 29 Jul 21:31
35fe83d

omit unnecessary conditional - deadcode reported by static scanner

The list comprehension does not need the conditional evaluation since
the condition is already checked by the if clause. This code
triggers a warning by a static code checker.

Also adds the scsi and nvme tests for tests_lvm_percent_size
which was added by an earlier commit.