Skip to content

Commit

Permalink
Fix pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfouca committed May 1, 2017
1 parent 7692745 commit 8ae6c5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/lib/CIME/namelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,6 @@ def set_variable_value(self, group_name, variable_name, value, var_size=1):
group_name = group_name.lower()

minindex, maxindex, step = get_fortran_variable_indices(variable_name, var_size)
original_var = variable_name
variable_name = get_fortran_name_only(variable_name.lower())

expect(minindex > 0, "Indices < 1 not supported in CIME interface to fortran namelists... lower bound=%s"%minindex)
Expand Down

0 comments on commit 8ae6c5a

Please sign in to comment.