Changeset 16710
- Timestamp:
- 11/11/13 22:28:17 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/runme.py
r16709 r16710 221 221 222 222 f.close() 223 print f"----------------finished:%i-----------------------" % id223 print "----------------finished:%i-----------------------" % id 224 224 225 225 except Exception as me: … … 243 243 print 'FAILURE difference: N/A test id: %i test name: %s field: %s' % (id,id_string,'N/A') 244 244 raise RuntimeError(me) 245 print f"----------------finished:%i-----------------------" % id245 print "----------------finished:%i-----------------------" % id 246 246 247 247 return
Note:
See TracChangeset
for help on using the changeset viewer.