IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35409


Ignore:
Timestamp:
Apr 17, 2013, 3:02:15 PM (13 years ago)
Author:
bills
Message:

Don't require reglist for unfaulted job unless state ='stop'
This allows state ='cancel' to be used

File:
1 edited

Legend:

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

    r35364 r35409  
    236236                } else {
    237237                    my_die("No reglist for successful job: $job_id", $req_id, $PS_EXIT_PROG_ERROR)
    238                         if $fault eq $PSTAMP_SUCCESS;
     238                        if $job->{state} eq 'stop' and $fault eq $PSTAMP_SUCCESS;
    239239                    print STDERR "no reglist file for job $job_id\n" if $verbose;
    240240                    print $tdf "$rownum|$fault|$error_string|0|$job_id|";
Note: See TracChangeset for help on using the changeset viewer.