Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Aug 16, 2022
1 parent a5ef580 commit 8de88e0
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ def generate_launch_description():
return LaunchDescription([
IncludeLaunchDescription(
PythonLaunchDescriptionSource(
os.path.join(pkg_ros_gz_sim_demos,
'launch',
'robot_description_publisher.launch.py')),
os.path.join(
pkg_ros_gz_sim_demos,
'launch',
'robot_description_publisher.launch.py')),
)
])

0 comments on commit 8de88e0

Please sign in to comment.