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_imfile.pl

    r8612 r8715  
    7676        run(command => $command, verbose => 1);
    7777    die "Unable to perform dettool -processed: $error_code\n" if not $success;
    78     my $metadata = $mdcParser->parse(join "", @$stdout_buf); # Parsed metadata
     78    my $metadata = $mdcParser->parse(join "", @$stdout_buf)
     79        or die "unable to parse metadata config doc";
    7980    $files = parse_md_list($metadata);
    8081}
Note: See TracChangeset for help on using the changeset viewer.