gazebosim / gz-msgs

Messages for Gazebo robot simulation.
https://gazebosim.org
Apache License 2.0
21 stars 43 forks source link

Remove duplicate find_package(Python3) call #420

Closed scpeters closed 5 months ago

scpeters commented 5 months ago

🦟 Bug fix

Part of https://github.com/gazebosim/gz-sim/issues/2249.

Summary

There is already a find_package(Python3) call on line 124 next to the other python logic, so remove the earlier duplicate call, as there is nothing else that needs it that early.

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (daeb089) 97.67% compared to head (05f5139) 97.67%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## gz-msgs10 #420 +/- ## ========================================== Coverage 97.67% 97.67% ========================================== Files 27 27 Lines 1163 1163 ========================================== Hits 1136 1136 Misses 27 27 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.