IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42401


Ignore:
Timestamp:
Mar 8, 2023, 1:15:37 PM (3 years ago)
Author:
eugene
Message:

fix error with overriding my declarations

File:
1 edited

Legend:

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

    r42394 r42401  
    295295        ## Read camera config to get the current good burntool state :
    296296        my $ppConfigDump_cmd = "$ppConfigDump -camera GPC1 -get-key BURNTOOL.STATE.GOOD";
    297         my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     297        ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    298298            IPC::Cmd::run(command => $ppConfigDump_cmd, verbose => $verbose);
    299299        unless ($success) {
     
    312312        }
    313313
    314         my $ppConfigDump_cmd = "$ppConfigDump -camera GPC1 -get-key BURNTOOL.STATE.GOOD.UPDATE";
    315         my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     314        $ppConfigDump_cmd = "$ppConfigDump -camera GPC1 -get-key BURNTOOL.STATE.GOOD.UPDATE";
     315        ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    316316            IPC::Cmd::run(command => $ppConfigDump_cmd, verbose => $verbose);
    317317        unless ($success) {
Note: See TracChangeset for help on using the changeset viewer.