summaryrefslogtreecommitdiff
path: root/lib/stwcs/gui/write_headerlet.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stwcs/gui/write_headerlet.py')
-rw-r--r--lib/stwcs/gui/write_headerlet.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/stwcs/gui/write_headerlet.py b/lib/stwcs/gui/write_headerlet.py
index ffd7416..442650d 100644
--- a/lib/stwcs/gui/write_headerlet.py
+++ b/lib/stwcs/gui/write_headerlet.py
@@ -51,13 +51,7 @@ def run(configObj=None):
return
if configObj['output'] in ['',' ','INDEF']:
- print '='*60
- print 'ERROR:'
- print ' No valid "output" parameter value provided!'
- print ' Please restart this task and provide a value for this parameter.'
- print '='*60
- return
-
+ configObj['output'] = None
str_kw = ['wcsname','destim','sipname','npolfile','d2imfile',
'descrip','history','author','output','catalog']