source: issm/oecreview/Archive/13393-13976/ISSM-13455-13456.diff@ 15393

Last change on this file since 15393 was 13980, checked in by Mathieu Morlighem, 12 years ago

preparing oecreview for 13393-13976'

File size: 1.0 KB
RevLine 
[13980]1Index: ../trunk-jpl/test/NightlyRun/runme.py
2===================================================================
3--- ../trunk-jpl/test/NightlyRun/runme.py (revision 13455)
4+++ ../trunk-jpl/test/NightlyRun/runme.py (revision 13456)
5@@ -214,13 +214,13 @@
6 directory=os.getcwd().split('/') # not used?
7 message=me
8 if strcmpi(output,'nightly'):
9- fid=open(os.path.join(ISSM_DIR+'nightlylog','pythonerror.log'), 'a')
10+ fid=open(os.path.join(ISSM_DIR+'/nightlylog','pythonerror.log'), 'a')
11 fid.write('%s' % message)
12 fid.write('\n------------------------------------------------------------------\n')
13 fid.close()
14 print 'FAILURE difference: N/A test id: %i test name: %s field: %s' % (id,id_string,'N/A')
15 elif strcmpi(output,'daily'):
16- fid=open(os.path.join(ISSM_DIR+'dailylog','pythonerror.log'), 'a')
17+ fid=open(os.path.join(ISSM_DIR+'/dailylog','pythonerror.log'), 'a')
18 fid.write('%s' % message)
19 fid.write('\n------------------------------------------------------------------\n')
20 fid.close()
Note: See TracBrowser for help on using the repository browser.