IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2007, 4:28:48 PM (19 years ago)
Author:
eugene
Message:

shift exec error code right by 8

File:
1 edited

Legend:

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

    r11050 r11087  
    112112        cache_run(command => $command, verbose => 1);
    113113    unless ($success) {
     114        $error_code = $error_code >> 8;
    114115        warn ("Unable to perform ppStats on exposure id $exp_tag: $error_code");
    115116        &my_die ($exp_tag, $class_id, $error_code);
     
    185186
    186187    unless ($success) {
     188        $error_code = $error_code >> 8;
    187189        # XXX if we can't run -addprocessedimfile, we can't actually set the
    188190        # error code.
Note: See TracChangeset for help on using the changeset viewer.