We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b793856 commit 3fd9d5aCopy full SHA for 3fd9d5a
manager/manager/docker_thread/docker_thread.py
@@ -20,7 +20,7 @@ def run(self):
20
self.process = subprocess.Popen(
21
self.cmd,
22
shell=self.shell,
23
- stdout=sys.stdout,
+ stdout=subprocess.PIPE,
24
stderr=subprocess.PIPE,
25
start_new_session=True,
26
bufsize=1024,
0 commit comments