[modify] change icon.ico to true ico, and modify time format
This commit is contained in:
parent
e11dc60438
commit
3d2e0e33af
@ -313,7 +313,7 @@ def execution(args):
|
||||
|
||||
time_end = time.time()
|
||||
time_total = time_end - time_start
|
||||
msg = f"数据处理时间:{time_total // 3600:02} h {time_total % 3600 // 60:02} min {time_total % 60:02.0f} s"
|
||||
msg = f"数据处理时间:{time_total // 3600:02.0f} h {time_total % 3600 // 60:02.0f} min {time_total % 60:02.0f} s"
|
||||
warn_pause_exit(msg, 1, 0)
|
||||
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 162 KiB |
Loading…
x
Reference in New Issue
Block a user