Update spaceweather.py
This commit is contained in:
parent
664cc13750
commit
53a31653b9
@ -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 ========================== #
|
||||
|
Loading…
x
Reference in New Issue
Block a user