From 664cc1375085f8f934f8c536c5ed4b02bf362eba Mon Sep 17 00:00:00 2001 From: Chunxiao Li Date: Tue, 26 May 2020 21:04:12 +0800 Subject: [PATCH] Update spaceweather.py --- pyatmos/msise/spaceweather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ========================== #