diff options
| author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-06-12 11:27:52 -0400 |
|---|---|---|
| committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-06-12 11:27:52 -0400 |
| commit | e4ac3250aa924594ef4bd41b7c3664921d18ab95 (patch) | |
| tree | dc82f713d5f048346a5bfe4b4c28b99b79236750 /steuermann/run.py | |
| parent | 18660efaa41aeabdb178982cd69ee551692ed31b (diff) | |
| download | steuermann-e4ac3250aa924594ef4bd41b7c3664921d18ab95.tar.gz | |
more stuff
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1277 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann/run.py')
| -rw-r--r-- | steuermann/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/run.py b/steuermann/run.py index deb199e..eb7efa5 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=1 +debug=0 ##### |
