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

Remove blib2to3 grammar cache logging #3193

Merged
merged 1 commit into from Jul 30, 2022
Merged

Commits on Jul 28, 2022

  1. Remove blib2to3 grammar cache logging

    As error logs are emitted often (they happen when Black's cache
    directory is created after blib2to3 tries to write its cache) and cause
    issues to be filed by users who think Black isn't working correctly.
    
    These errors are expected for now and aren't a cause for concern so
    let's remove them to stop worrying users (and new issues from being
    opened). We can improve the blib2to3 caching mechanism to write its
    cache at the end of a successful command line invocation later.
    ichard26 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    f1e73e3 View commit details
    Browse the repository at this point in the history