IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30633


Ignore:
Timestamp:
Feb 14, 2011, 2:18:20 PM (15 years ago)
Author:
bills
Message:

it is an error for a successful job to have no reglist

File:
1 edited

Legend:

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

    r29330 r30633  
    228228                close JRL;
    229229            } else {
     230                my_die("No reglist for successful job: $job_id", $req_id, $PS_EXIT_PROG_ERROR)
     231                    if $fault eq $PSTAMP_SUCCESS;
    230232                print STDERR "no reglist file for job $job_id\n" if $verbose;
    231233                print $tdf "$rownum|$fault|$error_string|0|$job_id|";
Note: See TracChangeset for help on using the changeset viewer.