noamraph / tqdm

Add a progress meter to your loops in a second
MIT License
2.78k stars 101 forks source link

Progress ends at 99% #13

Open alexandernst opened 10 years ago

alexandernst commented 10 years ago

Most of the time (or even always) the progress bar ends at 99% instead of 100%.

noamraph commented 10 years ago

Do you mean when you set leave=True? If so, the progress doesn't reach 100% because after iteration is finished, the text is deleted.

On Tue, Jun 17, 2014 at 5:48 PM, Alexander Nestorov < notifications@github.com> wrote:

Most of the time (or even always) the progress bar ends at 99% instead of 100%.

— Reply to this email directly or view it on GitHub https://github.com/noamraph/tqdm/issues/13.

alexandernst commented 10 years ago

@noamraph Yes, I mean when leave=True. I'd expect the text to be left at 100% instead at 99%, because the loop finished successfully.