aboutsummaryrefslogtreecommitdiff
path: root/steuermann/run.py
diff options
context:
space:
mode:
authorcslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2014-06-12 10:54:14 -0400
committercslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2014-06-12 10:54:14 -0400
commit85649a3e6db67b7d0126cc5d0e424a5ca99f4ed9 (patch)
tree72bc6fb2d215edc91c08f69eb85f4ab1ead42c72 /steuermann/run.py
parent0fc3fa9f5ab086adf4b6b78b3ef40b97b0a3fd67 (diff)
downloadsteuermann-85649a3e6db67b7d0126cc5d0e424a5ca99f4ed9.tar.gz
turn debug on
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1268 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann/run.py')
-rw-r--r--steuermann/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/run.py b/steuermann/run.py
index 6992e40..b16254a 100644
--- a/steuermann/run.py
+++ b/steuermann/run.py
@@ -38,7 +38,7 @@ def config_yes_no(d,which) :
s = d[which]
return s.strip()[0].lower() in ( 'y', 't', '1' )
-debug=0
+debug=1
#####