Open dreamscached opened 1 month ago
I assume finish
is invoked twice for some reason, because leaving in either a context manager only or iterable wrapper only, it works as expected.
Bumping because it's still an issue and was not solved.
Bumping because it's still an issue and was not solved.
Sorry about he inactivity, I've seen the issue but I've had very little time.
It's definitely a bug :)
Description
When used both as context manager (e.g.
with
) and as iterable wrapper, exhausting the iterable and exiting thewith
scope causes the progress bar to duplicate.Code
Consider the following example code:
ASCIInema demo: https://asciinema.org/a/UEEc81s5GyrAR3QaqLDWGIMGX
Versions
3.12.6 (main, Sep 8 2024, 13:18:56) [GCC 14.2.1 20240805]
4.5.0