fix
This commit is contained in:
parent
befc31519d
commit
6de9b7b718
@ -539,7 +539,10 @@ class CBZUtils:
|
||||
time.sleep(0.1)
|
||||
if remove: shutil.rmtree(src_dir)
|
||||
# validation
|
||||
return cls.comic_cbz_validate(dts_path)
|
||||
try:
|
||||
return cls.comic_cbz_validate(dts_path)
|
||||
except Exception as e:
|
||||
os.path.remove(dts_path)
|
||||
|
||||
@classmethod
|
||||
def replaceZip(cls, filepath, unpack_dir=None):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user