diff --git a/src/calibre/ebooks/oeb/polish/container.py b/src/calibre/ebooks/oeb/polish/container.py index 79b4279e6f..9ec894a797 100644 --- a/src/calibre/ebooks/oeb/polish/container.py +++ b/src/calibre/ebooks/oeb/polish/container.py @@ -316,7 +316,7 @@ class Container(ContainerBase): # {{{ 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. '