lenkaseg / fedora-infra / ansible

Forked from fedora-infra/ansible 3 years ago
Clone

07076b9 Fix traceback in old mirror counting program.

1 file Authored by smooge 2 years ago, Committed by smooge 2 years ago,
    Fix traceback in old mirror counting program.
    
    When a corrupt date is found in the log file, I have the program
    default of 1970-01-01 but because there is a lookup used it needed to
    be 1970-Jan-01 which would then get replaced by 1970-01-01.
    
    Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>