Changeset 13965


Ignore:
Timestamp:
11/15/12 10:54:02 (12 years ago)
Author:
jschierm
Message:

NEW: Add explicit printing of None to fielddisplay.py.

File:
1 edited

Legend:

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

    r13423 r13965  
    5050        elif isinstance(field,(list,tuple)):
    5151                string=list_display(offset,name,field,comment)
     52
     53        #None
     54        elif field is None:
     55                string=displayunit(offset,name,"None",comment)
    5256
    5357        else:
Note: See TracChangeset for help on using the changeset viewer.