Closed leimao closed 4 months ago
Apex ASP will generate a cache file called master_list.pkl at the root of the working directory and it just looks abrupt.
master_list.pkl
Change the default behavior to creating a cache directory .cache at the root of the working directory and saving/loading the master_list.pkl there.
.cache
The user can also change the cache directory by setting the environment variable ASP_CACHE_DIR in the OS.
ASP_CACHE_DIR
Apex ASP will generate a cache file called
master_list.pkl
at the root of the working directory and it just looks abrupt.Change the default behavior to creating a cache directory
.cache
at the root of the working directory and saving/loading themaster_list.pkl
there.The user can also change the cache directory by setting the environment variable
ASP_CACHE_DIR
in the OS.