diff options
author | dencheva <dencheva@stsci.edu> | 2011-12-06 16:27:47 -0500 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2011-12-06 16:27:47 -0500 |
commit | f5e720fa9cb1a5e9d0c4bc9658cbd3455ef327e3 (patch) | |
tree | 6e0b2fd8486f21480f62312e0e0a52bc0435d038 /lib/stwcs/gui/attach_headerlet.py | |
parent | 2bb9dc8fac2b32e8a5393c0e73e5f1deb81b478c (diff) | |
download | stwcs_hcf-f5e720fa9cb1a5e9d0c4bc9658cbd3455ef327e3.tar.gz |
A major overhaul of logging
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14051 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'lib/stwcs/gui/attach_headerlet.py')
-rw-r--r-- | lib/stwcs/gui/attach_headerlet.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/stwcs/gui/attach_headerlet.py b/lib/stwcs/gui/attach_headerlet.py index c68bbfe..e33fdf2 100644 --- a/lib/stwcs/gui/attach_headerlet.py +++ b/lib/stwcs/gui/attach_headerlet.py @@ -32,5 +32,6 @@ def getHelpAsString(docstring=False): def run(configObj=None): - headerlet.attach_headerlet(configObj['filename'],configObj['hdrlet']) + headerlet.attach_headerlet(configObj['filename'],configObj['hdrlet'], + configObj['logging']) |