mreynolds / pagure-importer

Forked from pagure-importer 7 years ago
Clone

bd6c95b Issue 75 - Importing trac ticket with missing attachment breaks the import process

1 file Authored by mreynolds 7 years ago, Committed by cverna 7 years ago,
    Issue 75 - Importing trac ticket with missing attachment breaks the import process
    
    If for some reason an attachment in the trac database is missing, this throws an
    error during the import.  This should not halt the import process.  This fix checks
    for the missing attachment error message and does not exit, and it also correctly
    handles the missing attachment in other parts of the import code.
    
    https://pagure.io/pagure-importer/issue/75