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)