Using a list with extend instead of append
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user