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 the pat_con function #81

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 30, 2021

  1. refactor the pat_con function

    The pat_con function was difficult to read clearly. This uses the pathlib module to make it clear and easy to read, and in addition better at handling exceptions.
    JosiahWI authored Jul 30, 2021
    Configuration menu
    Copy the full SHA
    dd8457a View commit details
    Browse the repository at this point in the history
  2. fix compatibility

    The path argument can now be a string like it used to be and should be. The function will attempt to convert the path.
    JosiahWI committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    c89c92c View commit details
    Browse the repository at this point in the history