Changeset 42401 for trunk/ippScripts/scripts/chip_imfile.pl
- Timestamp:
- Mar 8, 2023, 1:15:37 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
r42394 r42401 295 295 ## Read camera config to get the current good burntool state : 296 296 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 ) = 298 298 IPC::Cmd::run(command => $ppConfigDump_cmd, verbose => $verbose); 299 299 unless ($success) { … … 312 312 } 313 313 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 ) = 316 316 IPC::Cmd::run(command => $ppConfigDump_cmd, verbose => $verbose); 317 317 unless ($success) {
Note:
See TracChangeset
for help on using the changeset viewer.
