Skip to content

lisa.trace: remove comparison with False

Instead of x == False, use more polymorphic not x and x is not None.

Merge request reports