pybliometrics icon indicating copy to clipboard operation
pybliometrics copied to clipboard

#340 Use cache paths of config instead of DEFAULT_PATHS

Open nils-herrmann opened this issue 1 year ago • 0 comments
trafficstars

The current code was using the DEFAULT_PATHS for the creation of the cache folder. This confusion was mainly driven by the function check_default_paths() being responsible of checking the cache paths in the config file and creating the cache folders. The new PR uses a new function to create the folders separately (and improving readability).

nils-herrmann avatar Jul 04 '24 10:07 nils-herrmann