Skip to content

Commit 62fc989

Browse files
mhsarmientobsipocz
authored andcommitted
Corrected error lines (252 - 255) from Gaia/core.py
1 parent 79eceb9 commit 62fc989

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

astroquery/gaia/core.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@ def load_data(self, ids, data_release=None, data_structure='INDIVIDUAL', retriev
250250
params_dict = {}
251251

252252
if not valid_data or str(retrieval_type) == 'ALL':
253-
params_dict['VALID_DATA'] = "true"
254-
elif valid_data:
255253
params_dict['VALID_DATA'] = "false"
254+
elif valid_data:
255+
params_dict['VALID_DATA'] = "true"
256256

257257
if band is not None:
258258
if band != 'G' and band != 'BP' and band != 'RP':
@@ -917,7 +917,7 @@ def launch_job_async(self, query, name=None, output_file=None,
917917

918918
def get_status_messages(self):
919919
"""Retrieve the messages to inform users about
920-
the status of JWST TAP
920+
the status of Gaia TAP
921921
"""
922922
try:
923923
print("parsing notification messages")

0 commit comments

Comments
 (0)