Changeset 6914
- Timestamp:
- Apr 28, 2009, 12:42:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy_anuga_validation/automated_validation_tests/patong_beach_validation/validate.py
r6912 r6914 431 431 shutil.move(log_filename, '%s.%s' % (log_filename, vtype)) 432 432 stop_time = time.time() 433 log.critical( '%s validation took %.1fs' % (stop_time - start_time))433 log.critical("'%s' validation took %.1fs" % (vtype, stop_time - start_time)) 434 434 435 435 # clean up
Note: See TracChangeset
for help on using the changeset viewer.