From e71749610393d09f16e746c2c98196c8b6fce35e Mon Sep 17 00:00:00 2001 From: cslocum Date: Thu, 12 Jun 2014 15:00:17 +0000 Subject: added some debugging git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1270 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/run_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit