Changeset 5936


Ignore:
Timestamp:
Nov 11, 2008, 12:06:53 PM (15 years ago)
Author:
rwilson
Message:

Make a better error message (more informative).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/util.py

    r5897 r5936  
    21792179        if verbose: print 'File %s exists' %(sww_file)
    21802180    else:
    2181         msg = 'File "%s" could not be opened: Error=line2181'\
     2181        msg = 'File "%s" could not be opened: no read permission'\
    21822182               %(sww_file)
    21832183        raise msg
Note: See TracChangeset for help on using the changeset viewer.