Skip to content

Commit fe7e232

Browse files
committed
comments for clarity
1 parent bf79d8e commit fe7e232

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

astroquery/mast/observations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,8 +752,10 @@ def get_cloud_uris(self, data_products, include_bucket=True, full_url=False):
752752
if data_products includes products not found in the cloud.
753753
"""
754754

755+
# Instatiate anonymous cloud access
755756
self.enable_cloud_dataset()
756757

758+
# Query for product URIs
757759
return self._cloud_connection.get_cloud_uri_list(data_products, include_bucket, full_url)
758760

759761
def get_cloud_uri(self, data_product, include_bucket=True, full_url=False, verbose=True):

0 commit comments

Comments
 (0)