Skip to content

Commit 8445493

Browse files
authored
Merge pull request #2098 from keflavich/bugfix_2020
fix a small bug from #2020
2 parents 1714c7f + cf5e09e commit 8445493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

astroquery/alma/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,7 @@ def download_files(self, files, savedir=None, cache=True,
734734
log.info(f"Unable to find filename for {fileLink} "
735735
"(missing Content-Disposition in header). "
736736
"Skipping to next file.")
737+
continue
737738

738739
if savedir is not None:
739740
filename = os.path.join(savedir,

0 commit comments

Comments
 (0)