Segformer Semantic Segmentation #292
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
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'],
Loading