Changeset 13965
- Timestamp:
- 11/15/12 10:54:02 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/miscellaneous/fielddisplay.py ΒΆ
r13423 r13965 50 50 elif isinstance(field,(list,tuple)): 51 51 string=list_display(offset,name,field,comment) 52 53 #None 54 elif field is None: 55 string=displayunit(offset,name,"None",comment) 52 56 53 57 else:
Note:
See TracChangeset
for help on using the changeset viewer.