aboutsummaryrefslogtreecommitdiff
path: root/steuermann/run_all.py
diff options
context:
space:
mode:
authorcslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2014-06-12 10:37:44 -0400
committercslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2014-06-12 10:37:44 -0400
commit332ce6822c34d00f8e18471e14debee4802fbafe (patch)
tree7bbafa9ec933ccd2314fe4eb3523a74816a1909d /steuermann/run_all.py
parente0cdd89e5e55f0bc89e263415286f0b397a037ab (diff)
downloadsteuermann-332ce6822c34d00f8e18471e14debee4802fbafe.tar.gz
print conditions at beginning of run
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1266 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann/run_all.py')
-rw-r--r--steuermann/run_all.py2
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