From 9645a504c7d100ec9c23b91841cf43d1383e90c4 Mon Sep 17 00:00:00 2001 From: cslocum Date: Thu, 12 Jun 2014 15:13:36 +0000 Subject: updated debugging git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1272 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/run.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'steuermann/run.py') diff --git a/steuermann/run.py b/steuermann/run.py index a93fba0..7464dfc 100644 --- a/steuermann/run.py +++ b/steuermann/run.py @@ -151,6 +151,11 @@ class runner(object): runname=run_name, ) + print + print 'script = %s' %script + print + + # also stick everything from env into args (if not already defined) for k, v in os.environ.items(): if k not in args.keys(): @@ -170,11 +175,6 @@ class runner(object): else : raise Exception() - print - print 'run = %s' %run - print - - t = [ ] for x in run : # bug: what to do in case of keyerror -- cgit