Replies: 2 comments
-
up |
Beta Was this translation helpful? Give feedback.
0 replies
-
you can catch a print event and use a RichLog or something else to show it,
in on_mount , and
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have to call a few
subprocess.check_call()
that generates many text output lines. Is it possible to "redirect" these output into aTextLog
orTabbedContent
?The idea is to display the output, but in a way that the terminal is not flooded with text lines.
Maybe in combination with https://pypi.org/project/subprocess-tee ?
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions