- Timestamp:
- Sep 25, 2012, 10:05:21 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905/pstamp/scripts
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dquery_finish.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905/pstamp/scripts
- Property svn:mergeinfo changed
/trunk/pstamp/scripts merged: 34429,34444-34445,34447
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/pstamp/scripts/dquery_finish.pl
r33324 r34466 128 128 my $job_id = $job->{job_id}; 129 129 130 if ($job->{fault}) { 131 # how do we get this information back to the user? 132 print STDERR "job: $job_id faulted with $job->{fault}\n"; 133 next; 134 } 130 135 my $outputBase = $job->{outputBase}; 131 136 my $results = "${outputBase}results.txt"; … … 166 171 my $results = shift; 167 172 168 open IN, "<$results_file" or my_die("failed to open $results_file ", $PS_EXIT_UNKNOWN_ERROR);173 open IN, "<$results_file" or my_die("failed to open $results_file\n", $PS_EXIT_UNKNOWN_ERROR); 169 174 170 175 foreach my $line (<IN>) {
Note:
See TracChangeset
for help on using the changeset viewer.
