Index: /trunk/psphot/src/psphotChoosePSF.c
===================================================================
--- /trunk/psphot/src/psphotChoosePSF.c	(revision 30040)
+++ /trunk/psphot/src/psphotChoosePSF.c	(revision 30041)
@@ -249,5 +249,7 @@
         if (!try) {
             // No big deal --- we'll try another model
-            psErrorClear();
+            if (i < modelNames->n - 1) {
+                psErrorClear();
+            }
             continue;
         }
