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

Add missing as_posix() calls #2582

Merged
merged 2 commits into from
Jun 28, 2020
Merged

Commits on Jun 19, 2020

  1. Add missing as_posix() calls

    As PR python-poetry#2398 changed package.root_dir from str to Path, we need to call
    as_posix() to convert it to str before passing to os.path.join.
    msakai committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    df83517 View commit details
    Browse the repository at this point in the history
  2. Avoid using os.path.join

    msakai committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    a1345c9 View commit details
    Browse the repository at this point in the history