From 6a6586bf25b1e800dab2de380448f40eae0b2e08 Mon Sep 17 00:00:00 2001 From: dencheva Date: Thu, 21 May 2015 19:04:41 +0000 Subject: fix a couple of typos git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@40221 fe389314-cf27-0410-b35b-8c050e845b92 --- lib/stwcs/wcsutil/altwcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stwcs/wcsutil/altwcs.py') 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") -- cgit