- Timestamp:
- Nov 12, 2007, 2:17:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/validate_all.py
r4409 r4810 30 30 31 31 for path, filename in validation_dirs_and_files: 32 print 'filename path', path, filename32 print 'filename path', path, filename 33 33 34 34 os.chdir(path) … … 37 37 print 'current dir', os.getcwd() 38 38 39 # back to parent directory39 # Back to parent directory 40 40 os.chdir(os.pardir) 41 41
Note: See TracChangeset
for help on using the changeset viewer.