aboutsummaryrefslogtreecommitdiff
path: root/steuermann/run.py
diff options
context:
space:
mode:
authorcslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2014-06-16 12:19:16 -0400
committercslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2014-06-16 12:19:16 -0400
commit1efc8d0c556e0a41289f6696897ffda3d5adaef9 (patch)
tree7da3082aae792a9befd33b52d221bf3b3b7c6b60 /steuermann/run.py
parent34647a7b8679dfb0274b8d65acfc84bb91aadd8e (diff)
downloadsteuermann-1efc8d0c556e0a41289f6696897ffda3d5adaef9.tar.gz
also don't substitue node
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1286 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann/run.py')
-rw-r--r--steuermann/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/run.py b/steuermann/run.py
index 834f774..4846350 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' and not k == 'sm_node':
+ if not k == 'hostname' and not k == 'node':
args[k] = v
if debug :