80643b9 Fix return value from jobs_from_compose for unsupported compose

Authored and Committed by adamwill 6 years ago
    Fix return value from jobs_from_compose for unsupported compose
    
    Whoops, we can't just return None here, as things that call it
    expect a (cid, [jobslist]) return value.
    
    Signed-off-by: Adam Williamson <awilliam@redhat.com>
    
        
file modified
+1 -1