diff options
Diffstat (limited to 'steuermann/nodes.py')
-rw-r--r-- | steuermann/nodes.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/steuermann/nodes.py b/steuermann/nodes.py index 36c1f08..871b7c6 100644 --- a/steuermann/nodes.py +++ b/steuermann/nodes.py @@ -200,12 +200,7 @@ class node(object) : self.name = name # the command script that this node runs - print - print script - print saved_conditions - print - - self.script = script % saved_conditions + self.script = script self.script_type = script_type # what "resources" it requires |