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

[BUG] Error in "store_json" when path to data file is current directory #1

Open
Martin36 opened this issue Jun 16, 2022 · 0 comments
Open

Comments

@Martin36
Copy link
Owner

This will work store_json(stats, "data/stats.json") but this will not store_json(stats, "stats.json"). The reason is the function create_dirs_if_not_exist which will try to create a directory at path '', which produces the error.

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

No branches or pull requests

1 participant