From e1cf2a1bb50db7485b9b85086fddbdba450c6b27 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 28 Feb 2012 11:26:16 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/oeb/reader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/oeb/reader.py b/src/calibre/ebooks/oeb/reader.py index 7cea0ac75c..fbad7300dd 100644 --- a/src/calibre/ebooks/oeb/reader.py +++ b/src/calibre/ebooks/oeb/reader.py @@ -324,7 +324,7 @@ class OEBReader(object): for item in spine: if item.media_type.lower() not in OEB_DOCS: if not hasattr(item.data, 'xpath'): - self.oeb.log.warn('The item %s is not an XML document.' + self.oeb.log.warn('The item %s is not a XML document.' ' Removing it from spine.'%item.href) spine.remove(item)