Skip to content

Commit 97d4e96

Browse files
authored
Update pysatNASA/instruments/methods/cdaweb.py
1 parent c29d81d commit 97d4e96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pysatNASA/instruments/methods/cdaweb.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -619,9 +619,9 @@ def _get_file(remote_file, data_path, fname, temp_path=None, zip_method=None):
619619
The method used to zip the file. Supports 'zip' and None.
620620
If None, downloads files directly. (default=None)
621621
622-
Warnings
623-
--------
624-
- Warns if temp_path not set when unzipping.
622+
Raises
623+
------
624+
ValueError if temp_path not specified for zip_method
625625
626626
"""
627627

0 commit comments

Comments
 (0)