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

    r8616 r8715  
    7373    close $statsFile;
    7474    my $mdcParser = PS::IPP::Metadata::Config->new;     # Parser for metadata config files
    75     my $metadata = $mdcParser->parse(join "", @contents); # Metadata from the stats
     75    my $metadata = $mdcParser->parse(join "", @contents)
     76        or die "unable to parse metadata config";
    7677    $stats = PS::IPP::Metadata::Stats->new(); # Stats parser
    7778    $stats->parse($metadata) or die "Unable to find all values in statistics output.\n";
Note: See TracChangeset for help on using the changeset viewer.