Skip to content

Commit

Permalink
Change env var
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Aug 18, 2024
1 parent 414806b commit 13b31f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coconut/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ def get_path_env_var(env_var, default):
main_prompt = ">>> "
more_prompt = " "

default_use_cache_dir = get_bool_env_var("COCONUT_USE_COCONUT_CACHE", PY34)
default_use_cache_dir = get_bool_env_var("COCONUT_USE_CACHE_DIR", PY34)
coconut_cache_dir = "__coconut_cache__"

mypy_path_env_var = "MYPYPATH"
Expand Down

0 comments on commit 13b31f6

Please sign in to comment.