Skip to content

Commit

Permalink
Print with parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
pagecp authored Apr 16, 2018
1 parent 069c509 commit 57d238d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icclim/util/arr_size.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57d238d

Please sign in to comment.