Anne Jones

Results 1 issues of Anne Jones

I'm doing a purge invalidate command in a python script using [subprocess](https://docs.python.org/3/library/subprocess.html) and getting the results with [communicate()](https://docs.python.org/3/library/subprocess.html#subprocess.Popen.communicate). The issue is that the output is being sent to stderr and...