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/phase0exp.pl

    r8713 r8715  
    6767        run(command => $command, verbose => 1);
    6868    die "Unable to perform p0tool on exposure id $expid: $error_code\n" if not $success;
    69     my $metadata = $mdcParser->parse(join "", @$stdout_buf); # Parsed metadata
     69    my $metadata = $mdcParser->parse(join "", @$stdout_buf)
     70            or die "unable to parse metadata config doc";
    7071    $imfiles = parse_md_list($metadata); # Data for imfiles
    7172}
Note: See TracChangeset for help on using the changeset viewer.