Skip to content

Commit 8c17ac6

Browse files
committed
Fixed one gaia log message.
1 parent 92c3f8d commit 8c17ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/gaia/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def load_data(self, ids, data_release=None, data_structure='INDIVIDUAL', retriev
284284

285285
if verbose:
286286
if output_file_specified:
287-
logger.info("output_file =", output_file)
287+
logger.info("output_file = %s" % output_file)
288288

289289
logger.debug("List of products available:")
290290
# for key, value in files.items():

0 commit comments

Comments
 (0)