Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Because we don't update the progress bars on every iteration, it is possible that we finish without the bars reaching 100%, specially in very small files. The progress bars normally dissapear so this is not much of a problem, but in Jypiter notebooks the output may linger, making it a bit confusing. To avoid this problem, emit a last refresh on exit that updates the status of the progress bars to 100%. Signed-off-by: Pablo Galindo <[email protected]>
- Loading branch information