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

Make cache creation use os.makedirs #13

Closed
wants to merge 1 commit into from
Closed

Conversation

DanielNoord
Copy link
Owner

This closes pylint-dev#4900

Type of Changes

Type
βœ“ πŸ› Bug fix
βœ“ ✨ New feature
βœ“ πŸ”¨ Refactoring
βœ“ πŸ“œ Docs

Description

Closes #XXX

@coveralls
Copy link

coveralls commented Sep 9, 2021

Pull Request Test Coverage Report for Build 1220325080

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • 4 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.03%) to 93.084%

Files with Coverage Reduction New Missed Lines %
pylint/config/init.py 4 71.01%
Totals Coverage Status
Change from base Build 1214676290: -0.03%
Covered Lines: 13244
Relevant Lines: 14228

πŸ’› - Coveralls

By changing the function used to create the cache from ``os.mkdir``
to ``os.makedirs`` we now handle non-existing parent directories
correctly.
This closes pylint-dev#4900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pylint prints error about cache files in fresh environment with pylint 2.10.2
2 participants