mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 09:46:25 +00:00
use unrar for fedora only
This commit is contained in:
@@ -65,6 +65,8 @@ class ComicArchive:
|
||||
process.communicate()
|
||||
if process.returncode != 0:
|
||||
raise OSError('Failed to extract archive.')
|
||||
elif process.returncode != 0:
|
||||
raise OSError('Failed to extract archive. Check if p7zip-rar is installed.')
|
||||
tdir = os.listdir(targetdir)
|
||||
if 'ComicInfo.xml' in tdir:
|
||||
tdir.remove('ComicInfo.xml')
|
||||
|
||||
Reference in New Issue
Block a user