IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 11, 2007, 11:22:24 AM (19 years ago)
Author:
Paul Price
Message:

Enabling error handling.

File:
1 edited

Legend:

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

    r15211 r15284  
    176176    unless ($success) {
    177177        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
    178         &my_die("Unable to perform ppImage: $error_code", $stack_id, $error_code);
     178        &my_die("Unable to perform ppStack: $error_code", $stack_id, $error_code);
    179179    }
    180180    &my_die("Couldn't find expected output file: $outputName", $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputName);
     
    238238        my $command = "$stacktool -updaterun -stack_id $stack_id -state stop -code $exit_code";
    239239        $command .= " -dbname $dbname" if defined $dbname;
    240 ###        system ($command);
     240        system ($command);
    241241    }
    242242    exit $exit_code;
Note: See TracChangeset for help on using the changeset viewer.