Ignore:
Timestamp:
03/31/16 15:27:22 (9 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

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

    r20411 r20417  
    213213                                                else:
    214214                                                        print 'FAILURE difference: N/A test id: %i test name: %s field: %s' % (id,id_string,fieldname)
    215                                                         raise RuntimeError(me2)
     215                                                        raise RuntimeError(message)
    216216
    217217                                f.close()
     
    230230                        else:
    231231                                print 'FAILURE difference: N/A test id: %i test name: %s field: %s' % (id,id_string,'N/A')
    232                                 raise RuntimeError(me)
     232                                raise RuntimeError(message)
    233233
    234234                print "----------------finished:%i-----------------------" % id
Note: See TracChangeset for help on using the changeset viewer.