diff options
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']) |