Skip to content

Commit

Permalink
Say when we're done downloading data
Browse files Browse the repository at this point in the history
  • Loading branch information
talister committed Sep 19, 2022
1 parent 8029e62 commit 051c5b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def handle(self, *args, **options):
for filename in filenames:
save_dataproduct(obj=block, filepath=filename, filetype=DataProduct.FITS_SPECTRA)
break
self.stdout.write("Done")
else:
self.stdout.write("No token defined (set ARCHIVE_TOKEN environment variable)")

Expand Down

0 comments on commit 051c5b9

Please sign in to comment.