-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Hi, first of all, thanks for this, it's great ! I'd like to report what I think is a bug. I'm trying to get to display only the progress bar and no additional info. Like this :
Unfortunately, with stqdm, even when setting the bar_format parameter, additional info still shows.
To Reproduce
Steps to reproduce the behavior :
from stqdm import stqdm
from time import sleep
for item in stqdm(range(10), bar_format="{bar}"):
sleep(0.5)I might be missing something, but since stqdm inherits from tdqm, I think this should be working ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
