From e777697819319200a6956e142405a0499995a2cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Fri, 10 Sep 2021 09:49:22 +0200 Subject: Fix bug with cache's parent directory not existing (#4988) 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 #4900 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c16702cee..0ab7ee69d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -73,6 +73,10 @@ Release date: TBA Closes #4901 +* Fix a bug where pylint complained if the cache's parent directory does not exist + + Closes #4900 + What's New in Pylint 2.10.3? ============================ -- cgit v1.2.1