From a57beddb8c01e431afc425f300c06e9082438d90 Mon Sep 17 00:00:00 2001 From: cslocum Date: Thu, 12 Jun 2014 15:25:41 +0000 Subject: stuff git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1275 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/nodes.py | 2 +- steuermann/run.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'steuermann') diff --git a/steuermann/nodes.py b/steuermann/nodes.py index 871b7c6..0292d9b 100644 --- a/steuermann/nodes.py +++ b/steuermann/nodes.py @@ -200,7 +200,7 @@ class node(object) : self.name = name # the command script that this node runs - self.script = script + self.script = script % nodes.saved_conditions self.script_type = script_type # what "resources" it requires diff --git a/steuermann/run.py b/steuermann/run.py index 4ae1ba3..deb199e 100644 --- a/steuermann/run.py +++ b/steuermann/run.py @@ -152,7 +152,7 @@ class runner(object): ) print - print 'script = %s' %(args['script'] % nodes.saved_conditions) + print 'script = %s' %args['script'] print -- cgit