From 0cce42a313e267305c90a57dac9ff31a75579ab6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 13 Feb 2013 16:37:31 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/oeb/polish/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/ebooks/oeb/polish/main.py b/src/calibre/ebooks/oeb/polish/main.py index 33523ff883..2c227cef1f 100644 --- a/src/calibre/ebooks/oeb/polish/main.py +++ b/src/calibre/ebooks/oeb/polish/main.py @@ -114,6 +114,7 @@ def polish(file_map, opts, log, report): report('') ebook.commit(outbook) + report('-'*70) report('Polishing took: %.1f seconds'%(time.time()-st)) REPORT = '{0} REPORT {0}'.format('-'*30)