Changeset 985 in lmdz_wrf


Ignore:
Timestamp:
Aug 9, 2016, 11:37:24 AM (8 years ago)
Author:
lfita
Message:

Fixing typo in `str_list'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/generic_tools.py

    r982 r985  
    79257925        listv = string.split(cdiv)
    79267926    else:
    7927         if srting == 'None':
     7927        if string == 'None':
    79287928            listv = None
    79297929        else:
Note: See TracChangeset for help on using the changeset viewer.