diff options
Diffstat (limited to 'steuermann/nodes.py')
-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 |