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/chip_imfile.pl

    r23186 r23295  
    248248    # run_state, outputImage, and outroot are globals
    249249
     250    $exit_code = $PS_EXIT_PROG_ERROR unless defined $exit_code;
     251
    250252    carp($msg);
    251253    if (defined $chip_id and defined $class_id and not $no_update) {
Note: See TracChangeset for help on using the changeset viewer.