1
0
mirror of https://github.com/ciromattia/kcc synced 2026-01-09 23:09:43 +00:00

Use caps for PATH

This commit is contained in:
Ciro Mattia Gonano
2013-06-25 11:51:46 +02:00
parent e7f654f56a
commit 576ee17c4d

View File

@@ -427,7 +427,7 @@ class Ui_KCC(object):
else:
self.KindleGen = False
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:
self.UnRAR = True
else: