IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27555


Ignore:
Timestamp:
Apr 1, 2010, 1:13:01 PM (16 years ago)
Author:
Paul Price
Message:

Not being able to find an output is a SYS_ERROR, not a PROG_ERROR.

File:
1 edited

Legend:

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

    r27293 r27555  
    235235            &my_die("Unable to perform ppImage: $error_code", $cam_id, $error_code);
    236236        }
    237         &my_die("Unable to find expected output file: $jpeg1", $cam_id, $PS_EXIT_PROG_ERROR) unless $ipprc->file_exists($jpeg1);
     237        &my_die("Unable to find expected output file: $jpeg1", $cam_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($jpeg1);
    238238    }
    239239
     
    250250            &my_die("Unable to perform ppImage: $error_code", $cam_id, $error_code);
    251251        }
    252         &my_die("Unable to find expected output file: $jpeg2", $cam_id, $PS_EXIT_PROG_ERROR) unless $ipprc->file_exists($jpeg2);
     252        &my_die("Unable to find expected output file: $jpeg2", $cam_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($jpeg2);
    253253    }
    254254
     
    304304
    305305        if (!$quality) {
    306             &my_die("Unable to find expected output file: $fpaObjects", $cam_id, $PS_EXIT_PROG_ERROR) unless $ipprc->file_exists($fpaObjects);
     306            &my_die("Unable to find expected output file: $fpaObjects", $cam_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($fpaObjects);
    307307
    308308            foreach my $outMask (@outMasks) {
Note: See TracChangeset for help on using the changeset viewer.