diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-06-12 11:40:49 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-06-12 11:40:49 -0400 |
commit | ba50621fc9aec628f6d0e9ec072b12cfc358dee4 (patch) | |
tree | 11f2ccc2320d314c16c60aa142d220afa810e0ee /steuermann/run.py | |
parent | 747273f6464b362f54c86e2de0b8ab58f5872169 (diff) | |
download | steuermann-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.py | 4 |
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'] |