asaleh / fedora-infra / toddlers

Forked from fedora-infra/toddlers 3 years ago
Clone

3932ba1 Fix checking the initialqacontact field changed

Authored and Committed by pingou 3 years ago
    Fix checking the initialqacontact field changed
    
    It seems that sometime it is None, other times it is ''
    so with this commit we cover both situations and we avoid
    trying to update the initialqacontact field when we do not
    need to.
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>