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/flow_tests/validate_flow.py

    r6705 r6707  
    99class Test_flow(unittest.TestCase):
    1010    def setUp(self):
    11         if file.endswith('.stdout') or\
    12                file.endswith('.sww') or\
    13                file.endswith('.msh'):
     11        for file in os.listdir('.'):   
     12            if file.endswith('.stdout') or\
     13                    file.endswith('.sww') or\
     14                    file.endswith('.msh'):
    1415                os.remove(file)
    1516               
Note: See TracChangeset for help on using the changeset viewer.