IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 17, 2010, 10:31:04 AM (16 years ago)
Author:
bills
Message:

go ahead and set chip imfile to update if the state is cleaned even if the component is faulted.
chiptool -setimfiletoupdate will clear the fault

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_checkdependent.pl

    r28636 r28929  
    147147    #       been updated we need to go and queue it.
    148148
    149     if ($it->{fault}) {
     149    if (($it->{state} ne 'cleaned') and $it->{fault}) {
    150150        my_die("Component faulted on update dep_id: $dep_id",
    151151                $PS_EXIT_SYS_ERROR);
Note: See TracChangeset for help on using the changeset viewer.