From 57d238d73d6b35812688d39c65790e482b66212e Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 16 Apr 2018 14:23:33 +0200 Subject: [PATCH] Print with parentheses --- icclim/util/arr_size.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icclim/util/arr_size.py b/icclim/util/arr_size.py index 43156823..957319bd 100644 --- a/icclim/util/arr_size.py +++ b/icclim/util/arr_size.py @@ -39,7 +39,7 @@ def get_tile_dimension(in_files, var_name, transfer_limit_Mbytes=None, time_rang ndim = mfnc.variables[var_name].ndim if ndim != 3: - print "ERROR: The variable to process must be 3D" + print("ERROR: The variable to process must be 3D") v = mfnc.variables[var_name] v_shape = v.shape