diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-06-16 12:16:58 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-06-16 12:16:58 -0400 |
commit | 34647a7b8679dfb0274b8d65acfc84bb91aadd8e (patch) | |
tree | 2df324ef5f90bfd8bcd264cb06ead4176e497ef3 /steuermann | |
parent | aa507a1dea4423fdfd3c52695707aa379655b83a (diff) | |
download | steuermann-34647a7b8679dfb0274b8d65acfc84bb91aadd8e.tar.gz |
also don't substitue sm_node
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1285 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann')
-rw-r--r-- | steuermann/run.py | 2 |
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 : |