IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 15, 2021, 8:41:21 AM (5 years ago)
Author:
eugene
Message:

import modifications from ippitc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/dquery_job_run.pl

    r41479 r41584  
    121121my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    122122    run(command => $command, verbose => $verbose);
     123## MEH need to adjust error_code to rc
    123124unless ($success) {
    124125    my $rc = $error_code >> 8;
     
    388389    $exit_code = $PS_EXIT_PROG_ERROR unless defined $exit_code;
    389390
    390     carp("$message : $QUERY_ID $FPA_ID $MJD_OBS $FILTER $OBSCODE $STAGE");
     391    #carp("$message : $QUERY_ID $FPA_ID $MJD_OBS $FILTER $OBSCODE $STAGE");
     392    carp("$message : $QUERY_ID $FPA_ID $MJD_OBS $FILTER $OBSCODE $STAGE $exit_code");
     393
    391394    exit($exit_code);
    392395
Note: See TracChangeset for help on using the changeset viewer.