colcon / colcon-ros

Extension for colcon to support ROS packages
http://colcon.readthedocs.io
Apache License 2.0
13 stars 26 forks source link

Suppress blind except flake8 error #120

Closed jacobperron closed 3 years ago

jacobperron commented 3 years ago

Alternatively, we could throw a known, possibly custom, type from colcon_cmake and catch it here. For now, suppressing the linter error seems much easier.

dirk-thomas commented 3 years ago

Thanks for the patch.