Skip to content

[BUG] bar_format parameter doesn't seem to be working #93

@julienbosse

Description

@julienbosse

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 :

Capture d’écran 2023-11-30 à 11 45 27

Unfortunately, with stqdm, even when setting the bar_format parameter, additional info still shows.

Capture d’écran 2023-11-30 à 11 49 30

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions