Capture all stderr data from multiple Python subprocess Popens piped together

前端 未结 0 1865
不知归路
不知归路 2020-11-29 08:08

I have multiple subprocess Popens piped together in Python through their stdin/stdout as follows:

p1 = Popen(shlex.split(cmd1), stdout=sp.PIP         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题