IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37373


Ignore:
Timestamp:
Sep 6, 2014, 8:35:10 AM (12 years ago)
Author:
watersc1
Message:

stacks are failing with error 3, which I'm not sure should ever happen, so let's make a quick change so I can debug this when it isn't 8:30 on a saturday morning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-pv3-20140717/ippScripts/scripts/lap_science.pl

    r37366 r37373  
    10541054    unless ($success) {
    10551055        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
    1056         &my_die("Unable to perform stacktool -definebyquery: $error_code", $lap_id);
     1056        &my_die("Unable to perform stacktool -definebyquery: $error_code :: $command", $lap_id);
    10571057    }
    10581058    my $stacks_made = $mdcParser->parse_list(join "", @$stdout_buf) or
     
    10751075    unless ($success) {
    10761076        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
    1077         &my_die("Unable to perform stacktool -definebyquery: $error_code", $lap_id);
     1077        &my_die("Unable to perform stacktool -definebyquery: $error_code :: $command", $lap_id);
    10781078    }
    10791079    my $stacks_made_deep = $mdcParser->parse_list(join "", @$stdout_buf) or
Note: See TracChangeset for help on using the changeset viewer.