Ignore:
Timestamp:
Oct 10, 2005, 1:54:40 PM (20 years ago)
Author:
duncan
Message:

finishing the movement of the sys.exit code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/least_squares.py

    r1886 r1887  
    12951295
    12961296        t0 = time.time()
    1297         fit_to_mesh_file(mesh_file,
     1297        try:
     1298            fit_to_mesh_file(mesh_file,
    12981299                         point_file,
    12991300                         mesh_output_file,
     
    13011302                         verbose= verbose,
    13021303                         expand_search = expand_search)
     1304        except IOError,e:
     1305            import sys; sys.exit()
    13031306
    13041307        print 'That took %.2f seconds' %(time.time()-t0)
Note: See TracChangeset for help on using the changeset viewer.