Skip to content

Commit

Permalink
linting, fix quotes on strings
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Stonier <[email protected]>
  • Loading branch information
stonier committed Jul 7, 2019
1 parent 690c7d3 commit 13018ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/launch/actions/execute_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 13018ea

Please sign in to comment.