From 221d8f73a45f7ddd9b94abb7c6e6c2c433ce694d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 26 Oct 2019 17:02:10 +0530 Subject: [PATCH] Fix failing test --- src/calibre/ebooks/oeb/polish/container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. '