IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 12, 2009, 11:38:13 AM (17 years ago)
Author:
Paul Price
Message:

Set error code to PROG_ERROR if not already set --- avoids infinite pantasks loops.

File:
1 edited

Legend:

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

    r23229 r23295  
    230230    my $exit_code = shift;      # Exit code to add
    231231
     232    $exit_code = $PS_EXIT_PROG_ERROR unless defined $exit_code;
     233
    232234    carp($msg);
    233235    if (defined $det_id and defined $iter and not $no_update) {
Note: See TracChangeset for help on using the changeset viewer.