aboutsummaryrefslogtreecommitdiff
path: root/steuermann/nodes.py
diff options
context:
space:
mode:
authorcslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2014-06-12 11:27:52 -0400
committercslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2014-06-12 11:27:52 -0400
commite4ac3250aa924594ef4bd41b7c3664921d18ab95 (patch)
treedc82f713d5f048346a5bfe4b4c28b99b79236750 /steuermann/nodes.py
parent18660efaa41aeabdb178982cd69ee551692ed31b (diff)
downloadsteuermann-e4ac3250aa924594ef4bd41b7c3664921d18ab95.tar.gz
more stuff
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1277 d34015c8-bcbb-4646-8ac8-8ba5febf221d
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