Skip to content

Commit 3fd9d5a

Browse files
committed
Remove debug
1 parent b793856 commit 3fd9d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/manager/docker_thread/docker_thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def run(self):
2020
self.process = subprocess.Popen(
2121
self.cmd,
2222
shell=self.shell,
23-
stdout=sys.stdout,
23+
stdout=subprocess.PIPE,
2424
stderr=subprocess.PIPE,
2525
start_new_session=True,
2626
bufsize=1024,

0 commit comments

Comments
 (0)