From d5387284218106691ea79b0df0ee3d694b0c9c46 Mon Sep 17 00:00:00 2001 From: cslocum Date: Thu, 12 Jun 2014 15:21:09 +0000 Subject: trying something git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1274 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'steuermann/run.py') diff --git a/steuermann/run.py b/steuermann/run.py index e105f41..4ae1ba3 100644 --- a/steuermann/run.py +++ b/steuermann/run.py @@ -152,7 +152,7 @@ class runner(object): ) print - print 'script = %s' %args['script'] + print 'script = %s' %(args['script'] % nodes.saved_conditions) print -- cgit