Index: trunk/pstamp/scripts/pstamp_checkdependent.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_checkdependent.pl	(revision 39054)
+++ trunk/pstamp/scripts/pstamp_checkdependent.pl	(revision 39189)
@@ -480,5 +480,9 @@
         # XXX: change tools to include cam_state (camRun.state). If it is not full the warp updates will never run.
         my $cam_fault = $chip->{cam_fault};
-        if (($chip->{camState} eq 'cleaned') or defined $cam_fault and $cam_fault > 0) {
+        if ($chip->{camState} eq 'cleaned') {
+            print STDERR "camRun for $warp_id skycell_id $skycell_id is cleaned so warp cannot be updated.\n";
+            return $PSTAMP_GONE;
+        }
+        if (defined $cam_fault and $cam_fault > 0) {
             print STDERR "camRun for $warp_id skycell_id $skycell_id is faulted: $cam_fault\n";
             return $PSTAMP_GONE;
