You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This will work
store_json(stats, "data/stats.json")
but this will notstore_json(stats, "stats.json")
. The reason is the functioncreate_dirs_if_not_exist
which will try to create a directory at path '', which produces the error.The text was updated successfully, but these errors were encountered: