Update spaceweather.py

This commit is contained in:
Chunxiao Li 2020-05-26 21:15:12 +08:00 committed by GitHub
parent 664cc13750
commit 53a31653b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ def download_sw(direc=None):
urlretrieve(url, swfile)
print('Finished')
else:
print('The space weather data in {:s} is already the latest.').format(direc)
print('The space weather data in {:s} is already the latest.'.format(direc))
return swfile
# =========================== read sw file ========================== #