aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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']