From 13018ead71e781f89a4658a4bb57377d4ffb0782 Mon Sep 17 00:00:00 2001 From: Daniel Stonier Date: Sun, 7 Jul 2019 11:02:37 -0400 Subject: [PATCH] linting, fix quotes on strings Signed-off-by: Daniel Stonier --- launch/launch/actions/execute_process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch/launch/actions/execute_process.py b/launch/launch/actions/execute_process.py index bd3db6b1a..a5bf39e4e 100644 --- a/launch/launch/actions/execute_process.py +++ b/launch/launch/actions/execute_process.py @@ -533,7 +533,7 @@ async def __execute_process(self, context: LaunchContext) -> None: # https://github.com/ros2/launch/issues/268 if emulate_tty and platform.system() == 'Windows': self.__logger.warning( - "tty emulation not yet supported on windows, disabling" + 'tty emulation not yet supported on windows, disabling' ) emulate_tty = False try: