Ignore:
Timestamp:
Oct 10, 2005, 10:29:19 AM (19 years ago)
Author:
duncan
Message:

to fix error checking test made the bad file name ... badder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/least_squares.py

    r1872 r1882  
    109109        if display_errors:
    110110            print "Could not load bad file. ", e
    111         raise IOError  #Re-raise exception       
     111        raise IOError  #Re-raise exception 
    112112
    113113    point_coordinates = point_dict['pointlist']
     
    161161        if display_errors:
    162162            print "Could not write file. ", e
    163         #import sys; sys.exit()
    164163        raise IOError
    165164
Note: See TracChangeset for help on using the changeset viewer.