Is your feature request related to a problem? Please describe.
The progress bar is always active, and there is no easy way to disable it, as the call to
tqdm contains "disable=False".
Omitting this argument seems to do exactly what I would like to have: "If set to None, disable on non-TTY".
It would be great if there would be a way to disable the progress bar in non-TTY situations.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Organisation
No response
Is your feature request related to a problem? Please describe.
The progress bar is always active, and there is no easy way to disable it, as the call to
tqdm contains "disable=False".
Omitting this argument seems to do exactly what I would like to have: "If set to None, disable on non-TTY".
It would be great if there would be a way to disable the progress bar in non-TTY situations.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Organisation
No response