Skip to content

Commit 9282366

Browse files
committed
Update docstring for curl_flag=True case
1 parent 1ec8393 commit 9282366

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

astroquery/mast/observations.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,9 @@ def download_products(self, products, *, download_dir=None, flat=False,
684684
all files into download_dir without subdirectories. Or if set to True and
685685
download_dir is not specified, it will put files in the current directory,
686686
again with no subdirs. The default of False puts files into the standard
687-
directory structure of "mastDownload/<obs_collection>/<obs_id>/".
687+
directory structure of "mastDownload/<obs_collection>/<obs_id>/". If
688+
curl_flag=True, the flat flag has no effect, as astroquery does not control
689+
how MAST generates the curl download script.
688690
cache : bool, optional
689691
Default is True. If file is found on disc it will not be downloaded again.
690692
Note: has no affect when downloading curl script.

0 commit comments

Comments
 (0)