ros-infrastructure / ros_buildfarm

ROS buildfarm based on Docker
Apache License 2.0
81 stars 96 forks source link

Fix handling of 'None' group members #990

Closed cottsay closed 1 year ago

cottsay commented 1 year ago

Evidently d.members can be None in some cases which can cause a TypeError during evaluation. I'm not sure why we never hit this case on the buildfarm itself, but the rosdistro tests will hit it right now.

Fixes #767