mirror of
https://github.com/ciromattia/kcc
synced 2026-09-09 12:27:06 +00:00
fix 7zip warning
This commit is contained in:
@@ -99,7 +99,7 @@ class ComicArchive:
|
||||
pass
|
||||
|
||||
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:
|
||||
raise OSError(EXTRACTION_ERROR)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user