Changeset 23150


Ignore:
Timestamp:
08/21/18 13:15:01 (7 years ago)
Author:
kruegern
Message:

BUG: left debugging in runme.py on

File:
1 edited

Legend:

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

    r23149 r23150  
    122122                # no recognizable exclusion
    123123                if np.size(exclude_ids) == 0:
    124                         print exclude
    125124                        raise RuntimeError('''runme.py: exclude (-e/-exclude) and exclude-name (-en/-exclude_name) options must appear as one of the following:
    126125
     
    132131''')
    133132                test_ids=test_ids.difference(exclude_ids)
    134         print 'test_ids after exclude =',sorted(test_ids)
    135         # }}}
    136         return
     133        #print 'test_ids after exclude =',sorted(test_ids)
     134        # }}}
    137135        #Process Ids according to benchmarks {{{
    138136        if benchmark=='nightly':
Note: See TracChangeset for help on using the changeset viewer.