IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2008, 11:56:44 AM (18 years ago)
Author:
Paul Price
Message:

my_die subroutines were checking '12271value' rathern than 'defined 12271value' --- errors weren't being pushed in to the database.

File:
1 edited

Legend:

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

    r16561 r16563  
    239239
    240240    carp($msg);
    241     if ($det_id and $iter and $exp_id and not $no_update) {
     241    if (defined $det_id and defined $iter and defined $exp_id and not $no_update) {
    242242        my $command = "$dettool -addresidimfile";
    243243        $command .= " -det_id $det_id";
Note: See TracChangeset for help on using the changeset viewer.