Changeset 7965
- Timestamp:
- 13/10/11 10:38:10 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nappy/trunk/nappy/nappy_api.py
r7710 r7965 229 229 230 230 if csv_file == None: 231 csv_file = getFileNameWithNewExtension(nc_file, "csv") 231 csv_file = getFileNameWithNewExtension(na_file, "csv") 232 232 233 fout = openNAFile(csv_file, "w", na_dict=na_dict) 233 234 fout.write(delimiter=",", annotation=annotation)
Note: See TracChangeset
for help on using the changeset viewer.