mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix failing test
This commit is contained in:
parent
73c69949df
commit
221d8f73a4
@ -316,7 +316,7 @@ class Container(ContainerBase): # {{{
|
|||||||
Container.commit(self, keep_parsed=True)
|
Container.commit(self, keep_parsed=True)
|
||||||
self.cloned = True
|
self.cloned = True
|
||||||
clone_dir(self.root, dest_dir)
|
clone_dir(self.root, dest_dir)
|
||||||
return self.data_for_clone()
|
return self.data_for_clone(dest_dir)
|
||||||
|
|
||||||
def add_name_to_manifest(self, name, process_manifest_item=None):
|
def add_name_to_manifest(self, name, process_manifest_item=None):
|
||||||
' Add an entry to the manifest for a file with the specified name. Returns the manifest id. '
|
' Add an entry to the manifest for a file with the specified name. Returns the manifest id. '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user