mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
67d93b84d6
commit
f2b734a120
@ -143,7 +143,7 @@ class Chunker(object):
|
|||||||
|
|
||||||
# Set this to a list to enable dumping of the original and rebuilt
|
# Set this to a list to enable dumping of the original and rebuilt
|
||||||
# html files for debugging
|
# html files for debugging
|
||||||
self.orig_dumps = []
|
self.orig_dumps = None
|
||||||
|
|
||||||
for i, item in enumerate(self.oeb.spine):
|
for i, item in enumerate(self.oeb.spine):
|
||||||
root = self.remove_namespaces(self.data(item))
|
root = self.remove_namespaces(self.data(item))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user