IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 10, 2011, 11:02:05 AM (15 years ago)
Author:
bills
Message:

only insert one fake job if no images are found for a get_image request

File:
1 edited

Legend:

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

    r30793 r31507  
    754754    if ( $num_jobs == 0 ) {
    755755        print STDERR "no jobs for row $rownum\n" if $verbose;
    756         insertFakeJobForRow($row, 1, $PSTAMP_NO_JOBS_QUEUED);
     756        insertFakeJobForRow($row, 1, $PSTAMP_NO_IMAGE_MATCH);
    757757        $num_jobs = 1;
     758        $row->{job_num} = 1;
    758759    }
    759760    return $num_jobs;
Note: See TracChangeset for help on using the changeset viewer.