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

Don't ignore errors in files passed on the command line #14060

Merged
merged 4 commits into from Nov 10, 2022

Commits on Nov 10, 2022

  1. Don't ignore errors in files passed on the command line

    that were under a directory in `sys.path`, which sometimes includes
    the current working directory, resulting in no errors reported at
    all.
    
    Fixes #14042.
    JukkaL committed Nov 10, 2022
    Copy the full SHA
    80f37a3 View commit details
    Browse the repository at this point in the history
  2. Fix daemon

    JukkaL committed Nov 10, 2022
    Copy the full SHA
    282cd81 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8ce0c0c View commit details
    Browse the repository at this point in the history
  4. Add comment

    JukkaL committed Nov 10, 2022
    Copy the full SHA
    7618712 View commit details
    Browse the repository at this point in the history