commit | e777697819319200a6956e142405a0499995a2cb | [log] [tgz] |
---|---|---|
author | Daniƫl van Noord <[email protected]> | Fri Sep 10 09:49:22 2021 +0200 |
committer | GitHub <[email protected]> | Fri Sep 10 09:49:22 2021 +0200 |
tree | d8ffb40bdc6c9cc7a669b43dfba84b730c5e34d8 | |
parent | 1e85bb755a4f5afcacd3b18397d5c35c820fcca1 [diff] |
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