Changeset 5894 for nappy/trunk/nappy/nc_interface/nc_to_na.py
- Timestamp:
- 29/10/09 11:31:38 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nappy/trunk/nappy/nc_interface/nc_to_na.py
r5368 r5894 186 186 if key in items_as_lists: 187 187 new_item = overriders[key].split() 188 if key in ("DATE", "RDATE"): 189 new_item = [int(list_item) for list_item in new_item] 188 190 else: 189 191 new_item = overriders[key] … … 343 345 344 346 if ffi not in compatible_ffis or na_dict["NAUXV"] > 0: 345 log. warn("Column Headers are not written for FFIs other than: %s" % str(compatible_ffis))347 log.debug("Column Headers are not written for FFIs other than: %s" % str(compatible_ffis)) 346 348 return 347 349
Note: See TracChangeset
for help on using the changeset viewer.