mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
...
This commit is contained in:
parent
f83313f593
commit
86b1f1d81a
1 changed files with 1 additions and 1 deletions
|
|
@ -719,7 +719,7 @@ class EpubContainer(Container):
|
|||
def __init__(self, pathtoepub, log, clone_data=None, tdir=None):
|
||||
if clone_data is not None:
|
||||
super(EpubContainer, self).__init__(None, None, log, clone_data=clone_data)
|
||||
for x in ('pathtoepub', 'container', 'obfuscated_fonts'):
|
||||
for x in ('pathtoepub', 'obfuscated_fonts'):
|
||||
setattr(self, x, clone_data[x])
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue