1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-21 02:27:40 +00:00
This commit is contained in:
OzzieIsaacs
2017-11-12 14:56:49 +01:00
parent 8388df202f
commit 09f86ee8d4
18 changed files with 1288 additions and 1210 deletions

View File

@@ -90,7 +90,7 @@ def make_mobi(book_id, calibrepath):
p = subprocess.Popen((kindlegen + " \"" + file_path + u".epub\"").encode(sys.getfilesystemencoding()),
stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
except Exception:
error_message = _(u"kindlegen failed, no excecution permissions")
error_message = _(u"kindlegen failed, no execution permissions")
app.logger.error("make_mobi: " + error_message)
return error_message, RET_FAIL
# Poll process for new output until finished