Changeset 13423


Ignore:
Timestamp:
09/24/12 14:54:33 (12 years ago)
Author:
cborstad
Message:

BUG: fixed typo in fielddisplay loop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/miscellaneous/fielddisplay.py

    r13150 r13423  
    128128                        string="%s%-23s: %-15s -- %s" % (offset,name,characterization,comment[0])
    129129                        for commenti in comment:
    130                                 string+="\n%s%-23s  %-15s    %s" % (offset,'','',comment[i])
     130                                string+="\n%s%-23s  %-15s    %s" % (offset,'','',commenti)
    131131                else:
    132132                        raise RuntimeError("fielddisplay error message: format for comment not supported yet")
Note: See TracChangeset for help on using the changeset viewer.