aboutsummaryrefslogtreecommitdiff
path: root/steuermann
diff options
context:
space:
mode:
Diffstat (limited to 'steuermann')
-rw-r--r--steuermann/nodes.py5
-rw-r--r--steuermann/run.py2
2 files changed, 6 insertions, 1 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
diff --git a/steuermann/run.py b/steuermann/run.py
index deb199e..eb7efa5 100644
--- a/steuermann/run.py
+++ b/steuermann/run.py
@@ -38,7 +38,7 @@ def config_yes_no(d,which) :
s = d[which]
return s.strip()[0].lower() in ( 'y', 't', '1' )
-debug=1
+debug=0
#####