diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-06-12 11:00:17 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-06-12 11:00:17 -0400 |
commit | e71749610393d09f16e746c2c98196c8b6fce35e (patch) | |
tree | 4215bc63f0256c402fcc81da1b5c0ead624d6729 /steuermann/run_all.py | |
parent | d4ac86b68660fa97b32e95329c3a7aaf690b5d98 (diff) | |
download | steuermann-e71749610393d09f16e746c2c98196c8b6fce35e.tar.gz |
added some debugging
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1270 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann/run_all.py')
-rw-r--r-- | steuermann/run_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/run_all.py b/steuermann/run_all.py index 39a0c16..041c569 100644 --- a/steuermann/run_all.py +++ b/steuermann/run_all.py @@ -530,7 +530,7 @@ def run_step( runner, xnodes, run_name, db ) : if released == len(x.released) : host, table, cmd = nodes.crack_name(x_name) print - print 'cmd = %cmd' + print 'cmd = %s' %cmd print # we are now ready to let it run. If it is marked skipped, just say it ran really fast. |