astrodbtoolkit / astrodb_utils

https://astrodb-utils.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

`Find_source_in_db` returns a single element list #88

Open kelle opened 3 weeks ago

kelle commented 3 weeks ago

It's not ideal that find_source_in_db returns a single element list. Ideally, it would return a string. I see how that could make error handeling a little harder (since the function will return either a string or a list), but worth thinking about how to improve.