fix 7zip warning

This commit is contained in:
Alex Xu
2026-09-06 20:56:32 -07:00
committed by GitHub
parent d272073748
commit 0f630c5804
+1 -1
View File
@@ -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)