IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2011, 1:52:45 PM (15 years ago)
Author:
bills
Message:

fix arguments to my_die

File:
1 edited

Legend:

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

    r30390 r30411  
    135135unless ($success) {
    136136    $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
    137     &my_die("Unable to perform ppConfigDump: $error_code", $date, $PS_EXIT_SYS_ERROR);
     137    &my_die("Unable to perform ppConfigDump: $error_code", 0, 0, $date, $PS_EXIT_SYS_ERROR);
    138138}
    139139
     
    17811781    my $stage = shift; # stage name
    17821782    my $stage_id = shift; #  identifier
     1783    my $date = shift;
    17831784    my $exit_code = shift; # Exit code
    1784     # outputImage and path_base are globals
    17851785
    17861786    carp($msg);
Note: See TracChangeset for help on using the changeset viewer.