From 256c841c42500b15fa8494754ec2a3eb4b9e6bf7 Mon Sep 17 00:00:00 2001 From: cslocum Date: Thu, 12 Jun 2014 15:30:09 +0000 Subject: more stuff git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1278 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/run.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'steuermann/run.py') diff --git a/steuermann/run.py b/steuermann/run.py index eb7efa5..d5535b3 100644 --- a/steuermann/run.py +++ b/steuermann/run.py @@ -31,6 +31,7 @@ import sys import errno import ConfigParser import re +import nodes def config_yes_no(d,which) : if not which in d : @@ -38,7 +39,7 @@ def config_yes_no(d,which) : s = d[which] return s.strip()[0].lower() in ( 'y', 't', '1' ) -debug=0 +debug=1 ##### @@ -152,7 +153,9 @@ class runner(object): ) print - print 'script = %s' %args['script'] + print 'script = %s' %args['script'] + print + print 'script = %s' %(args['script'] % nodes.saved_conditions) print -- cgit