Ignore:
Timestamp:
01/31/19 07:34:11 (6 years ago)
Author:
bdef
Message:

CHG: python scripts after 2to3 and indentation fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/py3/classes/debug.py

    r19895 r23670  
    3030                return self
    3131        #}}}
    32         def marshall(self,md,fid):    # {{{
    33                 WriteData(fid,'object',self,'fieldname','profiling','format','Boolean')
     32        def marshall(self,prefix,md,fid):    # {{{
     33                WriteData(fid,prefix,'object',self,'fieldname','profiling','format','Boolean')
    3434        # }}}
Note: See TracChangeset for help on using the changeset viewer.