IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2006, 3:43:18 PM (20 years ago)
Author:
jhoblitt
Message:

check the return result of PS::IPP::Metadata::Config->parse()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/detrend_reject_exp.pl

    r8614 r8715  
    5555        run(command => $command, verbose => 1);
    5656    die "Unable to perform dettool -processed: $error_code\n" if not $success;
    57     my $metadata = $mdcParser->parse(join "", @$stdout_buf); # Parsed metadata
     57    my $metadata = $mdcParser->parse(join "", @$stdout_buf)
     58        or die "unable to parse metadata config doc";
    5859    $exposures = parse_md_list($metadata);
    5960}
Note: See TracChangeset for help on using the changeset viewer.