IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9130


Ignore:
Timestamp:
Oct 2, 2006, 5:03:48 PM (20 years ago)
Author:
Paul Price
Message:

Fixing error message.

File:
1 edited

Legend:

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

    r9126 r9130  
    129129    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    130130        run(command => $command, verbose => 1);
    131     die "Unable to perform dettool -addresidexp: $error_code\n" if not $success;
     131    die "Unable to perform dettool -addprocessedexp: $error_code\n" if not $success;
    132132}
    133133
Note: See TracChangeset for help on using the changeset viewer.