mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-04 04:55:28 -04:00
Error in "-r" option.
This commit is contained in:
@@ -529,7 +529,7 @@ def oeb2mobi(opts, inpath):
|
||||
logger.error(_('Unknown destination profile %r') % dest)
|
||||
return 1
|
||||
compression = PALMDOC if opts.compress else UNCOMPRESSED
|
||||
imagemax = MAX_IMAGE_SIZE if opts.rescale_images else None
|
||||
imagemax = PALM_MAX_IMAGE_SIZE if opts.rescale_images else None
|
||||
context = Context(source, dest)
|
||||
oeb = OEBBook(inpath, logger=logger)
|
||||
tocadder = HTMLTOCAdder()
|
||||
|
||||
Reference in New Issue
Block a user