diff options
Diffstat (limited to 'lib/stwcs/updatewcs')
| -rw-r--r-- | lib/stwcs/updatewcs/wfpc2_dgeo.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/stwcs/updatewcs/wfpc2_dgeo.py b/lib/stwcs/updatewcs/wfpc2_dgeo.py index e0c01f2..e57bb5c 100644 --- a/lib/stwcs/updatewcs/wfpc2_dgeo.py +++ b/lib/stwcs/updatewcs/wfpc2_dgeo.py @@ -35,7 +35,7 @@ def update_wfpc2_d2geofile(filename, fhdu=None):          image header will be updated/added to point to this newly created file.      """ - +          close_fhdu = False      if fhdu is None:          fhdu = fileutil.openImage(filename, mode='update') | 
