IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26152


Ignore:
Timestamp:
Nov 15, 2009, 2:02:51 PM (17 years ago)
Author:
bills
Message:

check quality and fault of camProcessedExp instead of state (which doesn't exist in the oupu)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm

    r26151 r26152  
    587587    my $camdata;
    588588    while ($camdata = pop @$camruns) {
    589         last if $camdata->{state} eq "full";
     589        last if (($camdata->{quality} eq 0) and ($camdata->{fault} eq 0));
    590590    }
    591591    if (!$camdata) {
Note: See TracChangeset for help on using the changeset viewer.