pybliometrics-dev / pybliometrics

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

Fixed issue with custom config file location #229

Closed bz-dev closed 2 years ago

bz-dev commented 2 years ago

Fixed issue with custom config file location from environment variable. Fixes issue #228.

Michael-E-Rose commented 2 years ago

That was quick! But I think it won't work if you don't from pathlib import Path, will it?

bz-dev commented 2 years ago

That was quick! But I think it won't work if you don't from pathlib import Path, will it?

from pathlib import Path this was already there on line 4.

Michael-E-Rose commented 2 years ago

Oh yes, I only saw a small snippet in the commit.