SyntaxFix
Write A Post
Hire A Developer
Questions
You can direct the subprocess output to the streams directly. Simplified example:
subprocess.run(['ls'], stderr=sys.stderr, stdout=sys.stdout)