From ba50621fc9aec628f6d0e9ec072b12cfc358dee4 Mon Sep 17 00:00:00 2001 From: cslocum Date: Thu, 12 Jun 2014 15:40:49 +0000 Subject: more stuff git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1281 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/run.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'steuermann/run.py') diff --git a/steuermann/run.py b/steuermann/run.py index 987f687..219b7ce 100644 --- a/steuermann/run.py +++ b/steuermann/run.py @@ -162,7 +162,9 @@ class runner(object): for x in sorted([x for x in args]) : print '%s=%s'%(x,args[x]) - args['script'] = args['script'] % args + + + #args['script'] = args['script'] % args if args['script_type'] == 'r' : run = args['run'] -- cgit