mirror of
https://github.com/ciromattia/kcc
synced 2026-05-15 20:11:44 +00:00
Use caps for PATH
This commit is contained in:
@@ -427,7 +427,7 @@ class Ui_KCC(object):
|
|||||||
else:
|
else:
|
||||||
self.KindleGen = False
|
self.KindleGen = False
|
||||||
formats = ['EPUB', 'CBZ']
|
formats = ['EPUB', 'CBZ']
|
||||||
self.addMessage('Cannot find kindlegen in path! MOBI creation will be disabled.', 'warning')
|
self.addMessage('Cannot find kindlegen in PATH! MOBI creation will be disabled.', 'warning')
|
||||||
if call('unrar', stdout=PIPE, stderr=STDOUT, shell=True) == 0:
|
if call('unrar', stdout=PIPE, stderr=STDOUT, shell=True) == 0:
|
||||||
self.UnRAR = True
|
self.UnRAR = True
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user