diff options
Diffstat (limited to 'steuermann/run.py')
-rw-r--r-- | steuermann/run.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 : |