mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Untested fix for bug #3472
This commit is contained in:
parent
de809a8fdf
commit
a1f05532ce
@ -47,6 +47,11 @@ class PDBOutput(OutputFormatPlugin):
|
|||||||
if Writer is None:
|
if Writer is None:
|
||||||
raise PDBError('No writer available for format %s.' % format)
|
raise PDBError('No writer available for format %s.' % format)
|
||||||
|
|
||||||
|
setattr(opts, 'flush_paras', False)
|
||||||
|
setattr(opts, 'max_line_length', 0)
|
||||||
|
setattr(opts, 'force_max_line_length', False)
|
||||||
|
setattr(opts, 'indent_paras', False)
|
||||||
|
|
||||||
writer = Writer(opts, log)
|
writer = Writer(opts, log)
|
||||||
|
|
||||||
out_stream.seek(0)
|
out_stream.seek(0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user