source:
issm/oecreview/Archive/13393-13976/ISSM-13455-13456.diff
Last change on this file was 13980, checked in by , 12 years ago | |
---|---|
File size: 1.0 KB |
-
../trunk-jpl/test/NightlyRun/runme.py
214 214 directory=os.getcwd().split('/') # not used? 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') 220 220 fid.close() 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') 226 226 fid.close()
Note:
See TracBrowser
for help on using the repository browser.