Changeset 2677 in lmdz_wrf for trunk/tools/generic_tools.py


Ignore:
Timestamp:
Jul 13, 2019, 9:52:22 PM (5 years ago)
Author:
lfita
Message:

Adding:

  • `searchInlist_Strsec': Function to search a value within a section of the Strings in a list
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/generic_tools.py

    r2676 r2677  
    270270
    271271    if len(nameFind) != esec-isec+1:
    272         print errmsg
     272        print errormsg
    273273        print '  ' + fname + ": wrong name to find: '" + nameFind + "' and section ",\
    274274          isec, ', ', esec, ' !!'
Note: See TracChangeset for help on using the changeset viewer.