Ignore:
Timestamp:
Apr 1, 2005, 3:40:12 PM (20 years ago)
Author:
duncan
Message:

fix code that wasn't deleting .pts temp files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/test_combine_pts.py

    r1101 r1184  
    5959
    6060        #clean up
    61         #os.remove(fine_file)
    62         #os.remove(coarse_file)
     61        os.remove(fine_file)
     62        os.remove(coarse_file)
    6363
    6464        results = load_points_file(out_file,
     
    121121
    122122        #clean up
    123         #os.remove(fine_file)
    124         #os.remove(coarse_file)
     123        os.remove(fine_file)
     124        os.remove(coarse_file)
    125125
    126126        results = load_points_file(out_file,
Note: See TracChangeset for help on using the changeset viewer.