Working log streaming

This commit is contained in:
Qubasa
2023-09-27 02:11:13 +02:00
committed by Mic92
parent 82c3d91e85
commit 8d390af122
3 changed files with 6 additions and 6 deletions

View File

@@ -43,7 +43,7 @@ class BaseTask(threading.Thread):
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
encoding="utf-8",
# shell=True,
# shell=True,
cwd=cwd,
)
self.procs.append(CmdState(p))