Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jul 30, 2024
1 parent dd3e116 commit c4e2ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cacholote/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _default_cache_db_urlpath() -> str:
def _default_cache_files_urlpaths() -> list[str]:
if (config := os.getenv("CACHOLOTE_CACHE_FILES_URLPATHS_CONFIG")) is not None:
return pathlib.Path(config).read_text().splitlines()
return [str(_get_tmp_path() / "cache_files.db")]
return [str(_get_tmp_path() / "cache_files")]


class Context(abc.ABC):
Expand Down

0 comments on commit c4e2ad0

Please sign in to comment.