aboutsummaryrefslogtreecommitdiff
path: root/steuermann/nodes.py
diff options
context:
space:
mode:
Diffstat (limited to 'steuermann/nodes.py')
-rw-r--r--steuermann/nodes.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/steuermann/nodes.py b/steuermann/nodes.py
index 3932f96..36c1f08 100644
--- a/steuermann/nodes.py
+++ b/steuermann/nodes.py
@@ -200,6 +200,11 @@ 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_type = script_type