From 53a31653b9ac07281079c3961d04a446ca789bf9 Mon Sep 17 00:00:00 2001 From: Chunxiao Li Date: Tue, 26 May 2020 21:15: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 7cb00d2..6e6207f 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 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 ========================== #