IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 21, 2011, 1:26:14 PM (15 years ago)
Author:
watersc1
Message:

Check for uninitialized value to prevent warning message.

File:
1 edited

Legend:

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

    r32426 r32428  
    11621162        &my_die("Unable to parse metadata from laptool -diffcheck", $lap_id, $warp_id);
    11631163    foreach my $skycell (@$skycells) {
     1164        unless (defined($skycell->{stack_state})) {
     1165            return(0);
     1166        }
    11641167        if ($skycell->{stack_state} ne 'full') {
    11651168            return(0);
Note: See TracChangeset for help on using the changeset viewer.