ros-infrastructure / ros_buildfarm

ROS buildfarm based on Docker
Apache License 2.0
77 stars 95 forks source link

Fix error message when a package isn't available #1024

Closed cottsay closed 4 months ago

cottsay commented 4 months ago

The original behavior was to raise a KeyError with the missing package name, but this was regressed to an assert with no actionable error message by a previous change.

Fixes #1023