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

custom cache directories do not create intermediate directories, causing error #336

Closed
dsavransky opened this issue Mar 21, 2023 · 0 comments
Assignees
Labels

Comments

@dsavransky
Copy link
Owner

Setting a custom cache directory will trigger a bug if ~/.EXOSIMS does not exist already
Basic issue is in get_cache_dir -> get_exosims_dir -> os.mkdir() in util/get_dirs.py L#111

Need to update all instances of os.mkdir to os.makedirs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant