Is there a way to suppress the Warning messages being output to the Console when pipe = subprocess.Popen(args, stdout=subprocess.PIPE, stdin=subprocess.PIPE, shell=True) is being called to collect the output in senna_stdout?
As I understand this is not easily done (see Question posted here).
Is there a way to suppress the Warning messages being output to the Console when
pipe = subprocess.Popen(args, stdout=subprocess.PIPE, stdin=subprocess.PIPE, shell=True)is being called to collect the output insenna_stdout?As I understand this is not easily done (see Question posted here).