Skip to content

Commit d7f4a56

Browse files
committed
Change pipe
1 parent 783b3fe commit d7f4a56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manager/manager/launcher/launcher_ros2_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def terminate(self):
5656
subprocess.call(
5757
cmd,
5858
shell=True,
59-
stdout=sys.stdout,
59+
stdout=subprocess.PIPE,
6060
bufsize=1024,
6161
universal_newlines=True,
6262
)

0 commit comments

Comments
 (0)