Ignore:
Timestamp:
Apr 2, 2009, 6:36:15 PM (16 years ago)
Author:
ole
Message:

Bugger

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/okushiri_tank_validation/validate_okushiri.py

    r6706 r6707  
    1313        for file in os.listdir('.'):
    1414            if file.endswith('.stdout') or\
    15                file.endswith('.sww') or\
    16                file.endswith('.msh'):
     15                    file.endswith('.sww') or\
     16                    file.endswith('.msh'):
    1717                os.remove(file)
    1818               
    19        
     19               
    2020    def tearDown(self):
    2121        pass
Note: See TracChangeset for help on using the changeset viewer.