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
  • ../trunk-jpl/test/NightlyRun/runme.py

     
    214214                        directory=os.getcwd().split('/')    #  not used?
    215215                        message=me
    216216                        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')
    218218                                fid.write('%s' % message)
    219219                                fid.write('\n------------------------------------------------------------------\n')
    220220                                fid.close()
    221221                                print 'FAILURE difference: N/A test id: %i test name: %s field: %s' % (id,id_string,'N/A')
    222222                        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')
    224224                                fid.write('%s' % message)
    225225                                fid.write('\n------------------------------------------------------------------\n')
    226226                                fid.close()
Note: See TracBrowser for help on using the repository browser.