mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-26 11:14:53 +01:00
This commit is contained in:
parent
32eb513022
commit
4eb14a7bd5
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ def process_file(path, options, logger=None):
|
|||
elif ext in ['mobi', 'prc']:
|
||||
convertor = mobi2lrf
|
||||
if not convertor:
|
||||
raise UnknownFormatError('Coverting from %s to LRF is not supported.')
|
||||
raise UnknownFormatError('Coverting from %s to LRF is not supported.'%ext)
|
||||
convertor(path, options, logger)
|
||||
finally:
|
||||
os.chdir(cwd)
|
||||
|
|
|
|||
Loading…
Reference in a new issue