Changeset 1030 in lmdz_wrf


Ignore:
Timestamp:
Aug 18, 2016, 3:31:20 PM (9 years ago)
Author:
lfita
Message:

Adding None return on `search_sec_list' when nothing is found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/generic_tools.py

    r1027 r1030  
    83178317        il = il + 1
    83188318
     8319    if len(locs) < 1:
     8320        matches = None
     8321        locs = None
     8322
    83198323    return matches, locs
    83208324
Note: See TracChangeset for help on using the changeset viewer.