diff --git a/op25Handler.py b/op25Handler.py index e846008..9468833 100644 --- a/op25Handler.py +++ b/op25Handler.py @@ -71,7 +71,7 @@ class OP25Handler(threading.Thread): print(p25_kwargs) - self.OP25Proc = subprocess.Popen(p25_kwargs, shell=False, stdout=subprocess.STDOUT, stderr=subprocess.STDOUT, + self.OP25Proc = subprocess.Popen(p25_kwargs, shell=False, cwd=self.OP25Dir) #os.chdir(cwd)