jkaluza / odcs

Forked from odcs 6 years ago
Clone

98a20b5 Fix python3 issue caused by comparing `None` and `int` compose.koji_event.

Authored and Committed by jkaluza 5 years ago
    Fix python3 issue caused by comparing `None` and `int` compose.koji_event.
    
    Comparing `None` and `int` is not possible in python3, but works in python2.
    The compose.koji_event is unset for modular composes, because the modular
    Koji tag does not change once the module is built and therefore it is
    not needed to track the koji_even on which the compose was generated.
    
        
file modified
+25 -0