You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When used both as context manager (e.g. with) and as iterable wrapper, exhausting the iterable and exiting the with scope causes the progress bar to duplicate.
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
The text was updated successfully, but these errors were encountered: