This commit is contained in:
Kovid Goyal 2013-02-13 16:37:31 +05:30
parent 45dff60eaf
commit 0cce42a313

View File

@ -114,6 +114,7 @@ def polish(file_map, opts, log, report):
report('') report('')
ebook.commit(outbook) ebook.commit(outbook)
report('-'*70)
report('Polishing took: %.1f seconds'%(time.time()-st)) report('Polishing took: %.1f seconds'%(time.time()-st))
REPORT = '{0} REPORT {0}'.format('-'*30) REPORT = '{0} REPORT {0}'.format('-'*30)