From ce1615748a26b5c34845832557c510e8fa8d849f Mon Sep 17 00:00:00 2001 From: Jorge Fernandez Hernandez Date: Mon, 11 Nov 2024 08:46:14 +0100 Subject: [PATCH] GAIAPCR-1331 Include Update description of the parameter dump_to_file --- astroquery/gaia/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astroquery/gaia/core.py b/astroquery/gaia/core.py index e455068e48..87947c7ad6 100644 --- a/astroquery/gaia/core.py +++ b/astroquery/gaia/core.py @@ -224,7 +224,7 @@ def load_data(self, ids, *, data_release=None, data_structure='INDIVIDUAL', retr dump_to_file: boolean, optional, default False. If it is true, a compressed directory named "datalink_output_.zip" with all the DataLink files is made in the current working directory. The format follows the ISO 8601 standard: - "yyyymmddThhmmss". + "YYYYMMDD_HHMMSS.mmmmmm". overwrite_output_file : boolean, optional, default False To overwrite the output file ("datalink_output.zip") if it already exists. verbose : bool, optional, default 'False'