Changeset 978
- Timestamp:
- Mar 1, 2005, 12:50:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pmesh/load_mesh/loadASCII.py
r975 r978 720 720 from Scientific.IO.NetCDF import NetCDFFile 721 721 722 #print 'Reading ', filename 722 723 fid = NetCDFFile(filename, 'r') 723 724 … … 732 733 fid.close() 733 734 msg = 'Could not open file %s ' %ofile 735 #FIXME (Ole): Why this error message. Shouldn't it be something like 736 #msg = 'Expected keyword "points" but couldn't fin it' 737 #? 738 #Also the original error e, could be added and raised again 734 739 raise IOError, msg 735 740 attributes = {}
Note: See TracChangeset
for help on using the changeset viewer.