IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20099


Ignore:
Timestamp:
Oct 13, 2008, 11:34:28 AM (18 years ago)
Author:
eugene
Message:

dropping extra call to check outputStats existence

File:
1 edited

Legend:

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

    r19942 r20099  
    177177
    178178    if ($do_stats) {
    179         &my_die("Couldn't find expected output file: $outputStats\n",  $exp_id, $chip_id, $class_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputStats);
    180 
    181179        my $outputStatsReal = $ipprc->file_resolve($outputStats);
    182180        &my_die("Couldn't find expected output file: $outputStats", $exp_id, $chip_id, $class_id, $PS_EXIT_SYS_ERROR) unless -f $outputStatsReal;
Note: See TracChangeset for help on using the changeset viewer.