aboutsummaryrefslogtreecommitdiff
path: root/steuermann/run.py
diff options
context:
space:
mode:
authorcslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2014-06-12 11:40:49 -0400
committercslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2014-06-12 11:40:49 -0400
commitba50621fc9aec628f6d0e9ec072b12cfc358dee4 (patch)
tree11f2ccc2320d314c16c60aa142d220afa810e0ee /steuermann/run.py
parent747273f6464b362f54c86e2de0b8ab58f5872169 (diff)
downloadsteuermann-ba50621fc9aec628f6d0e9ec072b12cfc358dee4.tar.gz
more stuff
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1281 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann/run.py')
-rw-r--r--steuermann/run.py4
1 files changed, 3 insertions, 1 deletions
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']