From f5e720fa9cb1a5e9d0c4bc9658cbd3455ef327e3 Mon Sep 17 00:00:00 2001 From: dencheva Date: Tue, 6 Dec 2011 21:27:47 +0000 Subject: 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 --- lib/stwcs/gui/delete_headerlet.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/stwcs/gui/delete_headerlet.py') diff --git a/lib/stwcs/gui/delete_headerlet.py b/lib/stwcs/gui/delete_headerlet.py index e33bb91..24a2ba2 100644 --- a/lib/stwcs/gui/delete_headerlet.py +++ b/lib/stwcs/gui/delete_headerlet.py @@ -46,5 +46,6 @@ def run(configObj=None): headerlet.delete_headerlet(configObj['filename'], hdrname = configObj['hdrname'], hdrext = configObj['hdrext'], - distname = configObj['distname']) + distname = configObj['distname'], + logging = configObj['logging']) -- cgit