-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
p2-bug-warning ⚠Visual output badVisual output badsubmodule ⊂Periphery/subclassesPeriphery/subclassesto-fix ⌛In progressIn progress
Milestone
Description
visual output bug (found by @JulienMaille #949 (comment))
tqdm==4.48.2
works fine, tqdm==4.49.0
doesn't:
from tqdm import trange
from tqdm.contrib.telegram import ttgrange
for i in ttgrange(100):
for j in trange(int(1e6), leave=False): # should automatically be at position=1, not 0
pass
Likely other CLI submodules may be broken by v4.49.0
too?
Metadata
Metadata
Assignees
Labels
p2-bug-warning ⚠Visual output badVisual output badsubmodule ⊂Periphery/subclassesPeriphery/subclassesto-fix ⌛In progressIn progress