Mercurial > repos > glogobyte > isoread
changeset 27:6e365f2eb24a draft
Uploaded
author | glogobyte |
---|---|
date | Wed, 20 Oct 2021 14:40:13 +0000 |
parents | 0bf751c64fe9 |
children | 537dcf5b0133 |
files | mirbase.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mirbase.py Wed Oct 20 14:39:58 2021 +0000 +++ b/mirbase.py Wed Oct 20 14:40:13 2021 +0000 @@ -412,5 +412,5 @@ ps_write.join() [p.join() for p in ps1_matrix] procs1.join() - print('Running time: {} seconds'.format(time.time() - starttime)) + print('Running time: {} seconds'.format(round(time.time() - starttime,2)))