diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-06-12 11:07:17 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-06-12 11:07:17 -0400 |
commit | d023a4b56f1a2ad5b0410ff943f43644d18199c1 (patch) | |
tree | 8bc5d09add5ce7503f7cd745f6fe3bb19f488f88 /steuermann/run.py | |
parent | e71749610393d09f16e746c2c98196c8b6fce35e (diff) | |
download | steuermann-d023a4b56f1a2ad5b0410ff943f43644d18199c1.tar.gz |
add some more debugging
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1271 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann/run.py')
-rw-r--r-- | steuermann/run.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/steuermann/run.py b/steuermann/run.py index b16254a..a93fba0 100644 --- a/steuermann/run.py +++ b/steuermann/run.py @@ -170,6 +170,11 @@ 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 |