IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35827


Ignore:
Timestamp:
Jul 16, 2013, 3:54:59 PM (13 years ago)
Author:
bills
Message:

stop setting fault code for components that repeatedly fault to PSTAMP_GONE.
The false alarm rate was far too high

File:
1 edited

Legend:

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

    r35793 r35827  
    850850    my ($stage, $stage_id, $component, $fault) = @_;
    851851
     852    # Stop faulting components. With the death of magic the likelyhood that something is truly gone
     853    # forever is much smaller. The false alarm rate is far too high
     854    return;
     855
    852856    my $command;
    853857    if ($stage eq 'chip') {
Note: See TracChangeset for help on using the changeset viewer.