mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
FB2 Output: Fix bug #8146, log object called incorrectly.
This commit is contained in:
parent
31772d2ce8
commit
6056da01a7
@ -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