Skip to content

Commit ee5e841

Browse files
committed
pass 'cache' kwarg to file download
1 parent 8cdb2df commit ee5e841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

astroquery/sdss/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,7 @@ def get_spectra_async(self, *, coordinates=None, radius=2. * u.arcsec,
774774

775775
link = linkstr.format(**format_args)
776776
results.append(commons.FileContainer(link,
777+
cache=cache,
777778
encoding='binary',
778779
remote_timeout=timeout,
779780
show_progress=show_progress))

0 commit comments

Comments
 (0)