Changeset 25112
- Timestamp:
- Aug 18, 2009, 11:59:40 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_finish.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_finish.pl
r25066 r25112 181 181 my $fault = $job->{fault}; 182 182 my $exp_id = $job->{exp_id}; 183 184 if ($fault eq $PSTAMP_DUP_REQUEST) { 185 # this request had a duplicate request name. We can't put the results 186 # on the data store since the product name is already used 187 # maybe we could be more clever about this and choose a fileset name 188 stop_request($req_id, $fault); 189 } 183 190 184 191 my ($row, $req_info, $project) = get_request_info($rows, $rownum);
Note:
See TracChangeset
for help on using the changeset viewer.
