No usable colcon exit/return code
When I use "colcon build" everything is working in general. But I have some errors which say "ERROR:colcon.colconcore.packageidentification:Exception in package identification extension ..." and "ModuleNotFoundError: No module named 'xyz'" coming from the python setup script. Other modules are build after this errors.
The error itself is fixed in the meantime but my problem is that even with this errors colcon doens't return an error code. I always get the exit code 0 (echo $?) after building with colcon.
Does anyone know how to return exit codes with colcon?
Asked by manu8989 on 2020-04-16 05:19:55 UTC
Comments