Skip to content
Discussion options

You must be logged in to vote

The child process is writing directly to stdout, which means that the main process is unable to intercept the output.

If you want a subprocess to work with Rich status, you will need to capture and print the output from the child process.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Hubro
Comment options

@Hubro
Comment options

@willmcgugan
Comment options

@Hubro
Comment options

Answer selected by Hubro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants