astropy / astroquery

Functions and classes to access online data resources. Maintainers: @keflavich and @bsipocz and @ceb8
http://astroquery.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
706 stars 399 forks source link

Bugfix in get_cloud_uri_list, added test case #3069

Closed snbianco closed 4 months ago

snbianco commented 4 months ago

This is to fix a small bug in the last PR that was merged for MAST.

I also fixed a KeyError so that error messages give necessary information, and I added a test case for downloading files from the cloud so that we catch similar bugs in the future.