Skip to content

Commit 8e43174

Browse files
Raul Gutierrezbsipocz
authored andcommitted
Fix get_product_list
1 parent 0dcaba6 commit 8e43174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/jwst/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ def get_product_list(self, plane_id, product_type=None):
794794
if plane_id is None:
795795
raise ValueError("Missing required argument: 'plane_id'")
796796

797-
prodtype_condition=self.__get_producttype_condition(product_type)
797+
prodtype_condition=self.__get_artifact_producttype_condition(product_type)
798798
query = "SELECT * " +\
799799
"FROM " + str(self.JWST_ARTIFACT_TABLE) +\
800800
" WHERE planeid='"+plane_id+"' " +\

0 commit comments

Comments
 (0)