You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by hu...@apache.org on 2019/10/03 16:34:11 UTC

[climate] 02/03: Update run_statistical_downscaling.py

This is an automated email from the ASF dual-hosted git repository.

huikyole pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/climate.git

commit bfe33e285a01e9c5a52c76d46cba37c689e82d84
Author: Dmitri Kalashnikov <48...@users.noreply.github.com>
AuthorDate: Tue Sep 10 14:42:54 2019 -0700

    Update run_statistical_downscaling.py
---
 RCMES/statistical_downscaling/run_statistical_downscaling.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RCMES/statistical_downscaling/run_statistical_downscaling.py b/RCMES/statistical_downscaling/run_statistical_downscaling.py
index 18b39fe..832c283 100644
--- a/RCMES/statistical_downscaling/run_statistical_downscaling.py
+++ b/RCMES/statistical_downscaling/run_statistical_downscaling.py
@@ -91,7 +91,7 @@ if hasattr(ssl, '_create_unverified_context'):
 
 config_file = str(sys.argv[1])
 
-print 'Reading the configuration file ', config_file
+print('Reading the configuration file ', config_file)
 
 config = yaml.load(open(config_file))