From ad966140a16f3cf9da3f5a7ff12d7c8677d08c08 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 16 May 2011 14:31:19 -0600 Subject: [PATCH] ... --- src/calibre/ebooks/mobi/reader.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/calibre/ebooks/mobi/reader.py b/src/calibre/ebooks/mobi/reader.py index 2a31732f08..934e8476d2 100644 --- a/src/calibre/ebooks/mobi/reader.py +++ b/src/calibre/ebooks/mobi/reader.py @@ -693,12 +693,10 @@ class MobiReader(object): try: lm = float(lm) except: - raise lm = 0.0 try: ti = float(ti) except: - raise ti = 0.0 return lm + ti