jkaluza / freshmaker

Forked from freshmaker 7 years ago
Clone

782b5b1 Use SQLAlchemy false() instead of comparing with False

Authored and Committed by cqi 6 years ago
    Use SQLAlchemy false() instead of comparing with False
    
    Original code ``cls.released == False`` was detected by flake8 as an
    error E712: Comparison to False should be "if cond is False:" or "if not
    cond:".
    
    Signed-off-by: Chenxiong Qi <cqi@redhat.com>
    
        
file modified
+2 -1