Changeset 250


Ignore:
Timestamp:
05/05/06 16:20:17 (18 years ago)
Author:
thetis
Message:

hack: return early if name does not match to avoid useless noise

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/soft/ObsData/ourplugins/cr_lid_lor.pl

    r232 r250  
    88    my ($rda, $plugintype, $datafile, $datatype) = @_; 
    99 
     10    $datafile =~ /CRE/ or return(0); 
    1011    my $archive = $rda->archive() or do { 
    1112        $rda->logging(4, 
     
    1415        return(0); 
    1516    }; 
    16     
     17   
    1718    my $filename = $archive->extract() or do { 
    1819        $rda->logging(4, 
    1920            "Can't get temporary file: %s", 
    20             $archive->error, 
     21            $archive->error || "", 
    2122        ); 
    2223        return(0); 
Note: See TracChangeset for help on using the changeset viewer.