mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-26 08:42:33 -04:00
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user