From 853d26144be23066c3c56792de8058bdeb399212 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 2 Dec 2013 08:12:32 +0530 Subject: [PATCH] ... --- 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 8700aa5346..5f0ab3c07d 100644 --- a/src/calibre/ebooks/oeb/polish/container.py +++ b/src/calibre/ebooks/oeb/polish/container.py @@ -1072,7 +1072,7 @@ class AZW3Container(Container): @property def path_to_ebook(self): - return self.pathtoepub + return self.pathtoazw3 @property def names_that_must_not_be_changed(self):