IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2010, 4:01:17 PM (16 years ago)
Author:
bills
Message:

check in hack from trunk, but commented out.

File:
1 edited

Legend:

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

    r29429 r29577  
    836836            my $fault = $error_code >> 8;
    837837            print STDERR "$command failed with fault $fault\n";
     838            if ($fault < 10) {
     839                # I added the following to the production build one Sunday
     840                # night with the comment
     841                # a Sunday night hack
     842                # I don't recall what the issue was.
     843                # Comment out for now.
     844                # $fault = $PSTAMP_NOT_AVAILABLE
     845            }
    838846            if ($fault >= 10) {
    839847                $$r_dep_id = 0;
Note: See TracChangeset for help on using the changeset viewer.