IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 17, 2008, 3:58:39 PM (18 years ago)
Author:
bills
Message:

Don't give up if one row doesn't generate any jobs.
Only return an error if no jobs are queued.

File:
1 edited

Legend:

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

    r20219 r20256  
    140140            # we've included parse_results.txt to the fileset if it exists
    141141            #
    142             my $rownum = 1;
     142            my $rownum = 0;
    143143            my $fault = 42; # get a real error code
    144144            print $tdf "$rownum|$fault|0|0|";
    145             print $tdf "0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|\n";
     145            print $tdf "0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|\n";
    146146        } else {
    147147            my $metadata = $mdcParser->parse($output) or die("Unable to parse metdata config doc");
Note: See TracChangeset for help on using the changeset viewer.