Changeset 25540 for trunk/pstamp/scripts/pstamp_finish.pl
- Timestamp:
- Sep 24, 2009, 12:06:55 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_finish.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_finish.pl
r25317 r25540 177 177 my $exp_id = $job->{exp_id}; 178 178 179 if ( $fault eq $PSTAMP_DUP_REQUEST) {179 if (($fault eq $PSTAMP_DUP_REQUEST) and ($req_name eq "NULL")) { 180 180 # this request had a duplicate request name. We can't put the results 181 181 # on the data store since the product name is already used … … 183 183 stop_request_and_exit($req_id, $fault); 184 184 } 185 186 185 my ($row, $req_info, $project) = get_request_info($rows, $rownum); 187 186 … … 202 201 } 203 202 204 if (($job_type eq "stamp") || ($job_type eq "get_image") ) {203 if (($job_type eq "stamp") || ($job_type eq "get_image") || ($job_type eq "none")) { 205 204 my $jreglist = "$out_dir/reglist$job_id"; 206 205 if (open JRL, "<$jreglist") {; … … 302 301 my $rownum = shift; 303 302 303 if ($rownum eq 0) { 304 my $dummy_rowinfo = "0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|"; 305 return (undef, $dummy_rowinfo, "none"); 306 } 304 307 my $row = $rows->{$rownum}; 308 305 309 306 310 # these may be set to null during processing
Note:
See TracChangeset
for help on using the changeset viewer.
