-
how to prevent such display corruption when using progressbar and logging handler:
The same problem was already reported for click: and fixed: but now I need the same for rich. ps: I'm using from tqdm.rich import tqdm
...
handler = RichHandler(console=console, show_time=False, show_path=False)
... |
Beta Was this translation helpful? Give feedback.
Answered by
glensc
Dec 19, 2021
Replies: 2 comments
-
Seems or passed as but the tqdm wrapper has no console property support...:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Seem,s the fix goes to tqdm repo: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
glensc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seem,s the fix goes to tqdm repo: