Finish at 100%
This commit is contained in:
parent
8a43dd715c
commit
754f81703e
1 changed files with 3 additions and 1 deletions
|
@ -97,7 +97,9 @@
|
|||
(res '())
|
||||
(idx 0))
|
||||
(if (null? lsts)
|
||||
res
|
||||
(let ()
|
||||
(progress%-advance 1)
|
||||
(reverse res))
|
||||
(let ((mln (car lsts)))
|
||||
(progress%-advance (/ idx total))
|
||||
(loop (cdr lsts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue