IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35823


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

stop setting fault code of components to PSTAMP_GONE. The false alarm
rate is far to high

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20130712/pstamp/scripts/pstamp_checkdependent.pl

    r35793 r35823  
    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.