Index: wflow-py/UnitTests/Testwflow_hbv.py =================================================================== diff -u -r234211937722016a7637bfb2bc76306b44cc5a9b -reb5531aa1d2fd1da6de0ad4d35e1a4b63bc70951 --- wflow-py/UnitTests/Testwflow_hbv.py (.../Testwflow_hbv.py) (revision 234211937722016a7637bfb2bc76306b44cc5a9b) +++ wflow-py/UnitTests/Testwflow_hbv.py (.../Testwflow_hbv.py) (revision eb5531aa1d2fd1da6de0ad4d35e1a4b63bc70951) @@ -27,7 +27,7 @@ dynModelFw = wf.wf_DynamicFramework(myModel, stopTime,startTime) # Load model config from files and check directory structure - dynModelFw.createRunId(NoOverWrite=False) + dynModelFw.createRunId(NoOverWrite=False,level=wf.logging.ERROR) # Run the initial part of the model (reads parameters and sets initial values) dynModelFw._runInitial() # Runs initial part