aboutsummaryrefslogtreecommitdiff
path: root/steuermann
diff options
context:
space:
mode:
Diffstat (limited to 'steuermann')
-rw-r--r--steuermann/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/run.py b/steuermann/run.py
index 17973dc..834f774 100644
--- a/steuermann/run.py
+++ b/steuermann/run.py
@@ -164,7 +164,7 @@ class runner(object):
v = 'True'
if v == False:
v = 'False'
- if not k == 'hostname':
+ if not k == 'hostname' and not k == 'sm_node':
args[k] = v
if debug :