diff options
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. |