Changeset 27260 for trunk/pstamp
- Timestamp:
- Mar 12, 2010, 8:54:56 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r27238 r27260 151 151 print STDERR @$stderr_buf; 152 152 } 153 my $table = $mdcParser->parse(join "", @$stdout_buf) or 154 my_die("Unable to parse metdata config doc", $PS_EXIT_UNKNOWN_ERROR); 155 156 $rows = parse_md_list($table); 153 if (@$stdout_buf) { 154 my $table = $mdcParser->parse(join "", @$stdout_buf) or 155 my_die("Unable to parse metdata config doc", $PS_EXIT_UNKNOWN_ERROR); 156 $rows = parse_md_list($table); 157 } 158 157 159 } 158 160 … … 305 307 } 306 308 307 if (($mode eq "queue_job s") and ($num_jobs eq 0)) {309 if (($mode eq "queue_job") and ($num_jobs eq 0)) { 308 310 print STDERR "no jobs created for $req_name\n" if $verbose; 309 insertFakeJobForRow(undef, 0, $PSTAMP_ UNKNOWN_ERROR);311 insertFakeJobForRow(undef, 0, $PSTAMP_INVALID_REQUEST); 310 312 } 311 313
Note:
See TracChangeset
for help on using the changeset viewer.
