From 332ce6822c34d00f8e18471e14debee4802fbafe Mon Sep 17 00:00:00 2001 From: cslocum Date: Thu, 12 Jun 2014 14:37:44 +0000 Subject: print conditions at beginning of run git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1266 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/run_all.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'steuermann/run_all.py') 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 -- cgit