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

Refactor checkbin to use shutil.which #1628

Merged
merged 1 commit into from
Jul 8, 2023
Merged

Commits on Jul 6, 2023

  1. Refactor checkbin to use shutil.which

    checkbin used custom code to find where a binary is on the path.
    shutil.which is a built-in to do the same thing since Python 3.3.
    Simpler and works across platforms.
    Julian-O committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9ac3280 View commit details
    Browse the repository at this point in the history