IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30541


Ignore:
Timestamp:
Feb 9, 2011, 11:10:00 AM (15 years ago)
Author:
bills
Message:

when faulting a job for good set it to stop

File:
1 edited

Legend:

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

    r30529 r30541  
    144144        } elsif (($options & $PSTAMP_REQUIRE_UNCENSORED) and ($stage ne 'chip')) {
    145145            # user required uncensored but since stage isn't chip we can't rebuild them
    146             my_die("uncensored inputs not available for job $job_id", $job_id, $PSTAMP_NOT_AVAILABLE);
     146            my_die("uncensored inputs not available for job $job_id", $job_id, $PSTAMP_NOT_AVAILABLE, 'stop');
    147147        } elsif (($options & $PSTAMP_REQUEST_UNCENSORED) and ($params->{state} eq 'update') and ($stage ne 'chip')) {
    148148            # we can only restore pixels for chip stage images if the data has been updated.
Note: See TracChangeset for help on using the changeset viewer.