Skip to content
Snippets Groups Projects
Commit 1bbc16f8 authored by bpwilcox's avatar bpwilcox Committed by Carl Delsey
Browse files

fix bad syntax brace (#791)

parent 80d2fd36
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ def generate_launch_description():
start_rviz_cmd = launch.actions.ExecuteProcess(
cmd=[os.path.join(get_package_prefix('rviz2'), 'lib/rviz2/rviz2'),
[ "__log_level:=fatal"]],
[ "__log_level:=fatal"],
['-d', rviz_config_file]],
cwd=[launch_dir], output='screen')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment