Skip to content

CLI: nested contrib.telegram/discord broken in v4.49.0 #1074

@casperdcl

Description

@casperdcl

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

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions