From 85649a3e6db67b7d0126cc5d0e424a5ca99f4ed9 Mon Sep 17 00:00:00 2001 From: cslocum Date: Thu, 12 Jun 2014 14:54:14 +0000 Subject: turn debug on git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1268 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'steuermann/run.py') 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 ##### -- cgit