Update spaceweather.py

This commit is contained in:
Chunxiao Li 2020-05-26 21:04:12 +08:00 committed by GitHub
parent 2acbc6c414
commit 664cc13750
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 existing space weather data is already up to date.')
print('The space weather data in {:s} is already the latest.').format(direc)
return swfile
# =========================== read sw file ========================== #