ros-infrastructure / catkin_pkg

Standalone Python library for the catkin build system.
https://github.com/ros/catkin
Other
46 stars 89 forks source link

[Refine #331] Use package.get_build_type() #332

Closed nuclearsandwich closed 2 years ago

nuclearsandwich commented 2 years ago

This is a proposal to use the existing Package.get_build_type() method. As far as I can tell in local testing this works fine and avoids adding an extra function to do the same thing.