mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 04:03:52 +02:00
Fix failing test
This commit is contained in:
parent
73c69949df
commit
221d8f73a4
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ def clone_data(self, dest_dir):
|
|||
Container.commit(self, keep_parsed=True)
|
||||
self.cloned = True
|
||||
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):
|
||||
' Add an entry to the manifest for a file with the specified name. Returns the manifest id. '
|
||||
|
|
|
|||
Loading…
Reference in a new issue