IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35302


Ignore:
Timestamp:
Mar 12, 2013, 1:26:50 PM (13 years ago)
Author:
watersc1
Message:

Typo fix.

File:
1 edited

Legend:

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

    r34800 r35302  
    129129    my ($repair_success, $repair_error_code, $repair_full_buf, $repair_stdout_buf, $repair_stderr_buf ) = run(command => $repair_cmd, verbose => $verbose);
    130130    unless ($repair_success) {
    131         &my_die("Unable to attempt repair: $input_uri $repair_error_code", $det_id, $exp_id, $class_id $PS_EXIT_SYS_ERROR);
     131        &my_die("Unable to attempt repair: $input_uri $repair_error_code", $det_id, $exp_id, $class_id, $PS_EXIT_SYS_ERROR);
    132132    }
    133133
Note: See TracChangeset for help on using the changeset viewer.