sumantrom / fedora-qa / relval

Forked from fedora-qa/relval 7 years ago
Clone

2ffa22d size_check: use list comp not genexp so 'no images' check works

Authored and Committed by adamwill 7 years ago
    size_check: use list comp not genexp so 'no images' check works
    
    if (generator expression) is always true, even if it wouldn't
    actually return anything when iterated. So we need to use list
    comprehensions here so we can tell when there are no images.
    
        
file modified
+3 -3