diff --git a/pyatmos/msise/spaceweather.py b/pyatmos/msise/spaceweather.py index c4647d6..7cb00d2 100644 --- a/pyatmos/msise/spaceweather.py +++ b/pyatmos/msise/spaceweather.py @@ -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 ========================== #