mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 10:23:29 +02:00
Modif debug
This commit is contained in:
parent
dfa420b3e2
commit
97c03f288a
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ def generate_xml(self, stream):
|
|||
parser = ParseRtf(
|
||||
in_file = stream,
|
||||
out_file = ofile,
|
||||
deb_dir = 'D:\\calibre\\pierre\\debug\\rtfdebug',
|
||||
deb_dir = 'H:\\Temp\\Calibre\\rtfdebug',
|
||||
# Convert symbol fonts to unicode equivalents. Default
|
||||
# is 1
|
||||
convert_symbol = 1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue