Index: /trunk/pstamp/scripts/pstampparse.pl
===================================================================
--- /trunk/pstamp/scripts/pstampparse.pl	(revision 28080)
+++ /trunk/pstamp/scripts/pstampparse.pl	(revision 28081)
@@ -811,5 +811,5 @@
     # chipRun's can be in full state if destreaking is necessary
     if (($state ne 'cleaned') and ($state ne 'update') and ($state ne 'goto_cleaned') and 
-        ($stage eq 'chip' and $state eq 'full')) {
+        ($stage ne 'chip' and $state eq 'full')) {
         my_die("$stage $stage_id is in unexpected state $state", $PS_EXIT_PROG_ERROR);
     }
