• A
    parse_file_list: handle files without an entry in the Files field · 5b73e91d
    Ansgar Burchardt 提交于
    If a file is only listed in the Checksums-* fields, "entry" will be None and we
    cannot call the get method to compare the size in the different fields.
    
    This change just skips the comparison when "entry" is None. We can do this as
    we later check that each entry has all required checksums (i.e. is listed in
    Files and the Checksums-* fields).
    5b73e91d
upload.py 17.6 KB