Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hepromark/tilt #99

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Merge branch 'main' into hepromark/tilt

187d4cc
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Hepromark/tilt #99

Merge branch 'main' into hepromark/tilt
187d4cc
Select commit
Loading
Failed to load commit list.
GitHub Actions / Autopep8 failed Jun 16, 2024 in 0s

1 error

Autopep8 found 1 error

Annotations

Check failure on line 21 in src/samples/python/aggregator/setup.py

See this annotation in the file changed.

@github-actions github-actions / Autopep8

src/samples/python/aggregator/setup.py#L14-L21

         # 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'],