|
@ -1738,7 +1738,7 @@ def QuickCheck(set, nzo): |
|
|
for file in md5pack: |
|
|
for file in md5pack: |
|
|
found = False |
|
|
found = False |
|
|
for nzf in nzf_list: |
|
|
for nzf in nzf_list: |
|
|
if file == nzf.filename: |
|
|
if platform_encode(file) == nzf.filename: |
|
|
found = True |
|
|
found = True |
|
|
if (nzf.md5sum is not None) and nzf.md5sum == md5pack[file]: |
|
|
if (nzf.md5sum is not None) and nzf.md5sum == md5pack[file]: |
|
|
logging.debug('Quick-check of file %s OK', file) |
|
|
logging.debug('Quick-check of file %s OK', file) |
|
|