Changeset 20912


Ignore:
Timestamp:
07/14/16 10:37:35 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: failsafe version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solve/marshall.py

    r20690 r20912  
    3737                #Marshall current object
    3838                #print "marshalling %s ..." % field
    39                 exec("md.%s.marshall('md.%s',md,fid)" %(field,field))
     39                exec("md.{}.marshall('md.{}',md,fid)".format(field,field))
    4040
    4141        #Last, write "md.EOF" to make sure that the binary file is not corrupt
Note: See TracChangeset for help on using the changeset viewer.