diff options
author | dencheva <dencheva@stsci.edu> | 2015-05-21 15:04:41 -0400 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2015-05-21 15:04:41 -0400 |
commit | 6a6586bf25b1e800dab2de380448f40eae0b2e08 (patch) | |
tree | efd169a3c0ccb71b2135679c8adcefbeb078b89b /lib/stwcs/wcsutil/altwcs.py | |
parent | 01b9e5690f2c2d7a3d0c729217c0cf2343227911 (diff) | |
download | stwcs_hcf-6a6586bf25b1e800dab2de380448f40eae0b2e08.tar.gz |
fix a couple of typos
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@40221 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'lib/stwcs/wcsutil/altwcs.py')
-rw-r--r-- | lib/stwcs/wcsutil/altwcs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stwcs/wcsutil/altwcs.py b/lib/stwcs/wcsutil/altwcs.py index 293f22d..4e11890 100644 --- a/lib/stwcs/wcsutil/altwcs.py +++ b/lib/stwcs/wcsutil/altwcs.py @@ -327,7 +327,7 @@ def deleteWCS(fname, ext, wcskey=" ", wcsname=" "): return wcskeyext = ext[0] - + print('wcskeyext', wcskeyext, ext) if not wcskeys and not wcsname: raise KeyError("Either wcskey or wcsname should be specified") |