From 76956cdeabbff9be0efb30446b7d3b249e4d14db Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 12 Nov 2014 16:38:40 +0530 Subject: [PATCH] ... --- src/calibre/gui2/add.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/add.py b/src/calibre/gui2/add.py index 31f5db716a..25201f766d 100644 --- a/src/calibre/gui2/add.py +++ b/src/calibre/gui2/add.py @@ -372,7 +372,7 @@ class Adder(QObject): # detection/automerge will fail for this book. traceback.print_exc() if DEBUG: - prints('Added', mi.title, 'to db in: %.1f' % time.time() - st) + prints('Added', mi.title, 'to db in: %.1f' % (time.time() - st)) def add_formats(self, book_id, paths, mi, replace=True): fmap = {p.rpartition(os.path.extsep)[-1].lower():p for p in paths}