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

Fix: --install-types can mask failure details (#10768) (https://github.com/python/mypy/issues/10768) #17485

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 5, 2024

  1. Fix python#10768

    It seems that if the mypy cache dir wasn't created, this code would do an exit, preventing the actual errors from being printed. So I've removed the exit.
    wyattscarpenter authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    533834b View commit details
    Browse the repository at this point in the history