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 abspath for errors when cwd changes during testing #7220

Merged
merged 3 commits into from May 30, 2020

Commits on May 30, 2020

  1. Configuration menu
    Copy the full SHA
    fb9f277 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b98aa19 View commit details
    Browse the repository at this point in the history
  3. Use Path() instead of str for path comparison

    On Windows specifically is common to have drives diverging just by
    casing ("C:" vs "c:"), depending on the cwd provided by the user.
    nicoddemus committed May 30, 2020
    Configuration menu
    Copy the full SHA
    757bded View commit details
    Browse the repository at this point in the history