pybliometrics-dev / pybliometrics

Python-based API-Wrapper to access Scopus
https://pybliometrics.readthedocs.io/en/stable/
Other
401 stars 124 forks source link

pybliometrics creates default cache folders #340

Closed Michael-E-Rose closed 1 week ago

Michael-E-Rose commented 2 weeks ago

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.