mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 10:43:19 +02:00
Dont commit the page dictionary when th epage is ended to allow for annotation later
This commit is contained in:
parent
74b749378f
commit
820352df88
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ def end(self, objects, stream):
|
|||
self.page_dict['Contents'] = contents
|
||||
self.add_resources()
|
||||
ret = objects.add(self.page_dict)
|
||||
objects.commit(ret, stream)
|
||||
# objects.commit(ret, stream)
|
||||
return ret
|
||||
|
||||
class Path(object):
|
||||
|
|
|
|||
Loading…
Reference in a new issue