Skip to content

Commit b2ebd78

Browse files
jespinosaarbsipocz
authored andcommitted
Update astroquery/esa/hubble/core.py
Accepted suggestion from bsipocz. Co-authored-by: Brigitta Sipőcz <[email protected]>
1 parent 402e6a2 commit b2ebd78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/esa/hubble/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ def __init__(self, tap_handler=None):
5959
else:
6060
self._tap = tap_handler
6161

62-
def download_product(self, observation_id, calibration_level=None,
63-
filename=None, verbose=False, **kwargs):
62+
def download_product(self, observation_id, *, calibration_level=None,
63+
filename=None, verbose=False, product_type=None):
6464
"""
6565
Download products from EHST based on their observation ID and the
6666
calibration level or the product type.

0 commit comments

Comments
 (0)