Skip to content

Commit

Permalink
for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrhuynh committed Jun 28, 2024
1 parent 43628a4 commit d72d2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/samples/python/aggregator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Include our package.xml file
(os.path.join('share', package_name), ['package.xml']),
# Include all launch files.
(os.path.join('share', package_name, 'launch'), \
(os.path.join('share', package_name, 'launch'),
glob(os.path.join('launch', '*.launch.py'))),
],
install_requires=['setuptools'],
Expand Down

0 comments on commit d72d2dc

Please sign in to comment.