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

Fixed issues when trying to configure the file paths to match with toml. #18

Merged
merged 1 commit into from
Aug 8, 2020

Commits on Aug 7, 2020

  1. Fixed issues when trying to configure the file paths to match with toml.

    Since Path.glob eventually interns the strings and file_glob here could be
    a <tomlkit.items.String> instead of <str> we need to just ensure that we
    pass a plain vanilla string to glob.
    mariusvniekerk committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    b9007fb View commit details
    Browse the repository at this point in the history