Changeset 13460


Ignore:
Timestamp:
09/27/12 06:41:37 (12 years ago)
Author:
jschierm
Message:

CHG: Take advantage of python syntax.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/runme.py

    r13456 r13460  
    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')
     
    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')
Note: See TracChangeset for help on using the changeset viewer.