IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29034


Ignore:
Timestamp:
Aug 23, 2010, 5:45:45 PM (16 years ago)
Author:
watersc1
Message:

I knew this morning something was wrong. Fixed bug that failed to revert the nsState if we're not done stacking.

File:
1 edited

Legend:

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

    r28982 r29034  
    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.