aboutsummaryrefslogtreecommitdiff
path: root/steuermann/run_all.py
diff options
context:
space:
mode:
authorcslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2014-06-12 10:59:31 -0400
committercslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2014-06-12 10:59:31 -0400
commitd4ac86b68660fa97b32e95329c3a7aaf690b5d98 (patch)
tree187751a2627fa52f87af1ecadee42a9b3b1d51c3 /steuermann/run_all.py
parent85649a3e6db67b7d0126cc5d0e424a5ca99f4ed9 (diff)
downloadsteuermann-d4ac86b68660fa97b32e95329c3a7aaf690b5d98.tar.gz
added some debugging
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1269 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann/run_all.py')
-rw-r--r--steuermann/run_all.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/steuermann/run_all.py b/steuermann/run_all.py
index 50b415e..39a0c16 100644
--- a/steuermann/run_all.py
+++ b/steuermann/run_all.py
@@ -529,6 +529,9 @@ def run_step( runner, xnodes, run_name, db ) :
# of predecessors, we can run this one
if released == len(x.released) :
host, table, cmd = nodes.crack_name(x_name)
+ print
+ print 'cmd = %cmd'
+ print
# we are now ready to let it run. If it is marked skipped, just say it ran really fast.
if x.skip :