Changeset 26955


Ignore:
Timestamp:
04/13/22 04:17:34 (3 years ago)
Author:
bdef
Message:

BUG:syntax error in expwrite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/exp/expwrite.py

    r26662 r26955  
    77    This routine writes an Argus file from a dict containing the fields:
    88    x and y of the coordinates of the points.
    9     The first argument is the list containing the points coordinates and the 
     9    The first argument is the list containing the points coordinates and the
    1010    second one the file to be written.
    1111
     
    2525
    2626        if 'name' in contours:
    27             fid.write('{}{}\n'.format('# Name:', contours['name']))
     27            fid.write('{}{}\n'.format('## Name:', contours['name']))
    2828        else:
    29             fid.write('{}{}\n'.format('# Name:', filename))
     29            fid.write('{}{}\n'.format('## Name:', filename))
    3030
    3131        fid.write('{}\n'.format('## Icon:0'))
Note: See TracChangeset for help on using the changeset viewer.