Changeset 6925
- Timestamp:
- Apr 28, 2009, 3:51:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/patong_beach_validation/validate.py
r6918 r6925 196 196 197 197 if result: 198 log. info('Local data has been refreshed.')198 log.critical('Local data has been refreshed.') 199 199 else: 200 log.info('Local data has been refreshed, with one or more errors.') 200 log.critical('Local data has been refreshed, with one or more errors.') 201 log.critical() 201 202 return result 202 203 … … 244 245 return False 245 246 246 log.critical('You have the required files.') 247 log.critical('You have enough required files to run.') 248 log.critical() 247 249 248 250 return True … … 287 289 288 290 # run the simulation, produce SWW file 289 log. debug('Running run_model.py')291 log.info('Running the simulation ...') 290 292 cmd = 'python run_model.py > %s' % RUNMODEL_STDOUT 291 293 log.debug("run_simulation: doing '%s'" % cmd)
Note: See TracChangeset
for help on using the changeset viewer.