Skip to content

Commit bf3d800

Browse files
committed
Fix quoted strings for new flake8-quote check.
Signed-off-by: Chris Lalancette <[email protected]>
1 parent df427e9 commit bf3d800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ros2launch/ros2launch/command/launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def add_arguments(self, parser, cli_name):
4646
help='Show arguments that may be given to the launch file.')
4747
parser.add_argument(
4848
'-a', '--show-all-subprocesses-output', default=False, action='store_true',
49-
help=('Show all launched subprocesses\' output by overriding their output'
49+
help=("Show all launched subprocesses' output by overriding their output"
5050
' configuration using the OVERRIDE_LAUNCH_PROCESS_OUTPUT envvar.')
5151
)
5252
arg = parser.add_argument(

0 commit comments

Comments
 (0)