IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35937


Ignore:
Timestamp:
Aug 13, 2013, 2:54:47 PM (13 years ago)
Author:
bills
Message:

when checking chip states for warps make sure that data_group is set
for the psudo chip objects passed to check_states_chip()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_checkdependent.pl

    r35911 r35937  
    438438            $chips_ready = 0;
    439439            $chip->{fault} = $chip->{chip_fault};
     440            $chip->{data_group} = $chip->{chip_data_group};
    440441            push @chipsToUpdate, $chip;
    441442        } else {
Note: See TracChangeset for help on using the changeset viewer.