pybliometrics-dev/pybliometrics

pybliometrics creates default cache folders

Closed this issue · 0 comments

pybliometrics creates the default cache (from https://github.com/pybliometrics-dev/pybliometrics/blob/master/pybliometrics/scopus/utils/constants.py#L11) folders even though the configuration file might say something completely different. In init() (https://github.com/pybliometrics-dev/pybliometrics/blob/f5a6f7fb3788f52422d253c87a345a11ce85ced5/pybliometrics/scopus/utils/startup.py#L51)we tell pybliometrics to create the folders, but we should use the folders specified in the configuration file, not the default paths.