Changeset 16710


Ignore:
Timestamp:
11/11/13 22:28:17 (11 years ago)
Author:
Eric.Larour
Message:

CHG: formatting error with print statement

File:
1 edited

Legend:

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

    r16709 r16710  
    221221
    222222                                f.close()
    223                                 printf "----------------finished:%i-----------------------" % id
     223                                print "----------------finished:%i-----------------------" % id
    224224
    225225                except Exception as me:
     
    243243                                print 'FAILURE difference: N/A test id: %i test name: %s field: %s' % (id,id_string,'N/A')
    244244                                raise RuntimeError(me)
    245                         printf "----------------finished:%i-----------------------" % id
     245                        print "----------------finished:%i-----------------------" % id
    246246
    247247        return
Note: See TracChangeset for help on using the changeset viewer.