ros-tooling / cross_compile

A tool to build ROS and ROS2 workspaces for various targets
Apache License 2.0
188 stars 60 forks source link

Don't swallow exceptions in the timer #227

Closed emersonknapp closed 4 years ago

emersonknapp commented 4 years ago

Meaningful exceptions are provided by code to convey error conditions. The data timer currently suppresses these from being raised and allows the program to silently return a successful return code when a failure happens. Fix that.

Signed-off-by: Emerson Knapp eknapp@amazon.com