Skip to content

Commit e3379b2

Browse files
committed
edited error message
1 parent 89c846a commit e3379b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/mast/observations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def get_product_list_async(self, observations):
428428
response : list of `~requests.Response`
429429
"""
430430
if len(observations) == 0 or not observations["obsid"]:
431-
raise InvalidQueryError("Observation list is empty.")
431+
raise InvalidQueryError("Observation list is empty, no associated products.")
432432

433433
# getting the obsid list
434434
if isinstance(observations, Row):

0 commit comments

Comments
 (0)