From ff102cd2b89daf9a0feea2e10503e780d2454e29 Mon Sep 17 00:00:00 2001 From: sienkiew Date: Fri, 23 Sep 2011 20:37:13 +0000 Subject: checkpoint git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@429 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/run.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'steuermann/run.py') diff --git a/steuermann/run.py b/steuermann/run.py index cb2af58..36cda80 100644 --- a/steuermann/run.py +++ b/steuermann/run.py @@ -86,7 +86,8 @@ class runner(object): script_type=node.script_type, host=node.host, table=node.table, - cmd=node.cmd + cmd=node.cmd, + node=node.name, ) if debug : -- cgit