mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
commit
2dd9368f0b
@ -35,7 +35,7 @@ class FB2Output(OutputFormatPlugin):
|
|||||||
rasterizer = SVGRasterizer()
|
rasterizer = SVGRasterizer()
|
||||||
rasterizer(oeb_book, opts)
|
rasterizer(oeb_book, opts)
|
||||||
except Unavailable:
|
except Unavailable:
|
||||||
self.log.warn('SVG rasterizer unavailable, SVG will not be converted')
|
log.warn('SVG rasterizer unavailable, SVG will not be converted')
|
||||||
|
|
||||||
linearize_jacket(oeb_book)
|
linearize_jacket(oeb_book)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user