Changeset 35854 for trunk/ippScripts
- Timestamp:
- Jul 25, 2013, 3:20:38 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/lap_science.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/lap_science.pl
r35853 r35854 316 316 # only need to update the data if the warps are not full 317 317 if ($warp->{state} ne 'full') { 318 if ($chip->{state} eq 'cleaned') { 318 if (($chip->{state} eq 'cleaned')|| # Exposure is cleaned 319 (($chip->{state} eq 'update')&&($chip->{label} ne $label))) { # Exposure is owned by an interloper. 319 320 ($success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 320 321 run(command => $chiptool_update_cmd, verbose => $verbose); … … 374 375 if (S64_IS_NOT_NULL($exposure->{chip_id})) { 375 376 if (($exposure->{chip_state} eq 'cleaned')|| 377 ($exposure->{chip_state} eq 'update')|| 376 378 ($exposure->{chip_state} eq 'goto_cleaned')|| 377 379 ($exposure->{chip_state} eq 'error_cleaned')) {
Note:
See TracChangeset
for help on using the changeset viewer.
