From 8ae8b5dd29b63ee4968e84cd614323ae196af5e4 Mon Sep 17 00:00:00 2001
From: dave <dave@dtu.dk>
Date: Wed, 17 Aug 2016 13:56:10 +0200
Subject: [PATCH] prepost.Simulations: also print cname when reporint on stats
 calc progress

---
 wetb/prepost/Simulations.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py
index 9f80d335..ff1212b1 100755
--- a/wetb/prepost/Simulations.py
+++ b/wetb/prepost/Simulations.py
@@ -4062,7 +4062,7 @@ class Cases(object):
             if not silent:
                 pc = '%6.2f' % (float(ii)*100.0/float(nrcases))
                 pc += ' %'
-                print('stats progress: %4i/%i %s' % (ii, nrcases, pc))
+                print('stats progress: %4i/%i %s | %s' % (ii, nrcases, pc, cname))
 
             # make sure the selected tags exist
             if len(tags) != len(set(case) and tags):
-- 
GitLab