You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make use of one Python script in various situations, I think it would help to provide a global config option to redirect stdout or not. Especially when process module resdirects stdout by default and sometimes I can only access to stdout of one Python process.
What problem does it solve for you?
I am working on a project where I execute user-written scripts and need to, also only can capture stdout without interference. I wish to get the whole output without setting rules for users' code.
The text was updated successfully, but these errors were encountered:
How would you improve Rich?
To make use of one Python script in various situations, I think it would help to provide a global config option to redirect
stdout
or not. Especially whenprocess
module resdirectsstdout
by default and sometimes I can only access tostdout
of one Python process.What problem does it solve for you?
I am working on a project where I execute user-written scripts and need to, also only can capture stdout without interference. I wish to get the whole output without setting rules for users' code.
The text was updated successfully, but these errors were encountered: