From 256c841c42500b15fa8494754ec2a3eb4b9e6bf7 Mon Sep 17 00:00:00 2001 From: cslocum Date: Thu, 12 Jun 2014 15:30:09 +0000 Subject: more stuff git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1278 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/nodes.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'steuermann/nodes.py') 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 -- cgit