Using a list with extend instead of append

This commit is contained in:
Logan Cusano
2022-03-27 13:12:25 -04:00
parent 30d539312e
commit da29c0eaaa

View File

@@ -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)