diff options
-rw-r--r-- | steuermann/run_all.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/steuermann/run_all.py b/steuermann/run_all.py index 1890820..50b415e 100644 --- a/steuermann/run_all.py +++ b/steuermann/run_all.py @@ -435,6 +435,8 @@ def register_database(db, run, xnodes ) : def run_all(xnodes, run_name, hosts_ini, db) : + print_conditions() + for x in xnodes : x = xnodes[x] x.finished = 0 |