Changeset 13456
- Timestamp:
- 09/26/12 19:20:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/runme.py
r13336 r13456 215 215 message=me 216 216 if strcmpi(output,'nightly'): 217 fid=open(os.path.join(ISSM_DIR+' nightlylog','pythonerror.log'), 'a')217 fid=open(os.path.join(ISSM_DIR+'/nightlylog','pythonerror.log'), 'a') 218 218 fid.write('%s' % message) 219 219 fid.write('\n------------------------------------------------------------------\n') … … 221 221 print 'FAILURE difference: N/A test id: %i test name: %s field: %s' % (id,id_string,'N/A') 222 222 elif strcmpi(output,'daily'): 223 fid=open(os.path.join(ISSM_DIR+' dailylog','pythonerror.log'), 'a')223 fid=open(os.path.join(ISSM_DIR+'/dailylog','pythonerror.log'), 'a') 224 224 fid.write('%s' % message) 225 225 fid.write('\n------------------------------------------------------------------\n')
Note:
See TracChangeset
for help on using the changeset viewer.