Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a consistent Python interpreter in all scripts #406

Merged
merged 2 commits into from
Jan 24, 2024
Merged

Use a consistent Python interpreter in all scripts #406

merged 2 commits into from
Jan 24, 2024

Conversation

cottsay
Copy link
Contributor

@cottsay cottsay commented Jan 24, 2024

🦟 Bug fix

Summary

There are three Python scripts checked into this repository. Two currently use the unversioned python executable, while the other one specifically uses python3.

For the sake of consistency and reproducibility, this changes the two ambiguous scripts to use python3 like the third.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

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.

@github-actions github-actions bot added 🌱 garden Ignition Garden 🎵 harmonic Gazebo Harmonic labels Jan 24, 2024
There are three Python scripts checked into this repository. Two
currently use the unversioned `python` executable, while the other one
specifically uses `python3`.

For the sake of consistency and reproducibility, this changes the two
ambiguous scripts to use `python3` like the third.

Signed-off-by: Scott K Logan <[email protected]>
@scpeters scpeters merged commit eddb0ef into gazebosim:gz-cmake3 Jan 24, 2024
8 checks passed
@cottsay cottsay deleted the python-interp branch January 29, 2024 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 garden Ignition Garden 🎵 harmonic Gazebo Harmonic
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants