Skip to content

Commit

Permalink
Merge pull request #1446 from ESMCI/jgfouca/fix_pylint_err_nml
Browse files Browse the repository at this point in the history
Fix pylint error

Test suite: code-checker
Test baseline:
Test namelist changes:
Test status: bit for bit

Fixes [CIME Github issue #]

User interface changes?: None

Code review:
  • Loading branch information
jgfouca authored May 1, 2017
2 parents 3a498d2 + 8ae6c5a commit 1089e53
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 1089e53

Please sign in to comment.