fix
This commit is contained in:
parent
0ca5969349
commit
0320cf02fa
@ -146,9 +146,8 @@ class CBZUtils:
|
|||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
if len(cls.zip_info(path)) < len(list_img) or os.path.getsize(path) < min_size:
|
fu.remove(path)
|
||||||
fu.remove(path)
|
ciUtils.setProgressFail()
|
||||||
ciUtils.setProgressFail()
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
return False
|
return False
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user