IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29035


Ignore:
Timestamp:
Aug 23, 2010, 6:01:07 PM (16 years ago)
Author:
watersc1
Message:

First backport. Bug in nsState handler for stack confirmation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20100823/ippScripts/scripts/automate_stacks.pl

    r28982 r29035  
    12711271                    print STDERR "confirm_stacks: Target $target on $date is not done stacking. $Nstacks $Nattempted\n"
    12721272                }
     1273                if ($metadata_out{nsState} eq 'CONFIRM_STACKING') {
     1274                    $metadata_out{nsState} = 'STACKING';
     1275                }
     1276                   
    12731277                next;
    12741278            }
Note: See TracChangeset for help on using the changeset viewer.