Changeset 23160


Ignore:
Timestamp:
08/22/18 11:08:51 (7 years ago)
Author:
kruegern
Message:

BUG: new runme exclude feature didn't handle certain inputs and raised inappropriate error for valid arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/runme.py

    r23150 r23160  
    9696        #GET exclude {{{
    9797        exclude_ids = []
    98         if np.size(exclude) > 0:
     98        if exclude != None and np.size(exclude) > 0:
    9999                # 1 exclusion, either an id or a test name
    100100                if type(exclude) == str:
Note: See TracChangeset for help on using the changeset viewer.