Changeset 978


Ignore:
Timestamp:
Mar 1, 2005, 12:50:58 PM (20 years ago)
Author:
ole
Message:

Comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pmesh/load_mesh/loadASCII.py

    r975 r978  
    720720    from Scientific.IO.NetCDF import NetCDFFile
    721721
     722    #print 'Reading ', filename
    722723    fid = NetCDFFile(filename, 'r')
    723724
     
    732733        fid.close()   
    733734        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
    734739        raise IOError, msg   
    735740    attributes = {}
Note: See TracChangeset for help on using the changeset viewer.