diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-06-12 11:26:21 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-06-12 11:26:21 -0400 |
commit | 18660efaa41aeabdb178982cd69ee551692ed31b (patch) | |
tree | 74795882b56845cf63c09df54db7185ef4946092 /steuermann | |
parent | a57beddb8c01e431afc425f300c06e9082438d90 (diff) | |
download | steuermann-18660efaa41aeabdb178982cd69ee551692ed31b.tar.gz |
stuff
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1276 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann')
-rw-r--r-- | steuermann/nodes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/nodes.py b/steuermann/nodes.py index 0292d9b..3932f96 100644 --- a/steuermann/nodes.py +++ b/steuermann/nodes.py @@ -200,7 +200,7 @@ class node(object) : self.name = name # the command script that this node runs - self.script = script % nodes.saved_conditions + self.script = script % saved_conditions self.script_type = script_type # what "resources" it requires |