mirror of
https://github.com/ciromattia/kcc
synced 2025-12-15 18:56:28 +00:00
use unrar for fedora only
This commit is contained in:
@@ -65,6 +65,8 @@ class ComicArchive:
|
|||||||
process.communicate()
|
process.communicate()
|
||||||
if process.returncode != 0:
|
if process.returncode != 0:
|
||||||
raise OSError('Failed to extract archive.')
|
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)
|
tdir = os.listdir(targetdir)
|
||||||
if 'ComicInfo.xml' in tdir:
|
if 'ComicInfo.xml' in tdir:
|
||||||
tdir.remove('ComicInfo.xml')
|
tdir.remove('ComicInfo.xml')
|
||||||
|
|||||||
Reference in New Issue
Block a user