Confused about redirecting stdout and stderr from Python script using subprocess

后端 未结 0 488
心在旅途
心在旅途 2020-12-01 11:53

I have a python script that I\'m using to run some bash scripts like so:

import subprocess
for x in files:
        print(f"Running process on file {x}&qu         


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