mreynolds / pagure-importer

Forked from pagure-importer 7 years ago
Clone

ff320eb Fix attachment name encoding error

Authored and Committed by Athos Ribeiro 7 years ago
    Fix attachment name encoding error
    
    Whenever an attachment has a non ascii character, importer exits with an
    encoding error. This fixes the problem by converting the
    get_secure_filename argument to unicode.
    
        
file modified
+2 -2