Update spaceweather.py
This commit is contained in:
parent
2acbc6c414
commit
664cc13750
@ -70,7 +70,7 @@ def download_sw(direc=None):
|
|||||||
urlretrieve(url, swfile)
|
urlretrieve(url, swfile)
|
||||||
print('Finished')
|
print('Finished')
|
||||||
else:
|
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
|
return swfile
|
||||||
|
|
||||||
# =========================== read sw file ========================== #
|
# =========================== read sw file ========================== #
|
||||||
|
Loading…
x
Reference in New Issue
Block a user