mirror of
https://github.com/ciromattia/kcc
synced 2026-09-21 18:27:08 +00:00
fix 7zip warning
This commit is contained in:
@@ -99,7 +99,7 @@ class ComicArchive:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
if missing:
|
if missing:
|
||||||
raise OSError(f'Extraction failed, install <a href="https://github.com/ciromattia/kcc#7-zip">specialized extraction software.</a> ')
|
raise UserWarning(f'Extraction failed, install <a href="https://github.com/ciromattia/kcc#7-zip">specialized extraction software.</a> ')
|
||||||
else:
|
else:
|
||||||
raise OSError(EXTRACTION_ERROR)
|
raise OSError(EXTRACTION_ERROR)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user