bluesky / databroker

Unified API pulling data from multiple sources
https://blueskyproject.io/databroker
BSD 3-Clause "New" or "Revised" License
35 stars 47 forks source link

expand config search path on windows #604

Open tacaswell opened 4 years ago

tacaswell commented 4 years ago

follow up to #603 .

It seems like we should be able to at least cover the PYTHON_INSTALL/etc/ path on windows.

This maybe a problem that appdirs will "just fix" for us...

prjemian commented 4 years ago

Agree with this. A common package should handle possible locations of such files in OS-agnostic way.

danielballan commented 4 years ago

:+1: for relying on appdirs here