IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29301


Ignore:
Timestamp:
Oct 1, 2010, 2:21:41 PM (16 years ago)
Author:
rhenders
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/perl/checkOdmStatus.pl

    r29277 r29301  
    102102    my $newMerged = 0;
    103103    foreach $batch ( @{$batches} ) {
    104         my ($timestamp, $type, $expId, $batchId, $surveyType, $deleted, $dvoDb, $processed, $onDatastore, $loadedToOdm, $loadFailed, $mergeWorthy, $merged) =  @{$batch};
     104        my ($timestamp,
     105                $type,
     106                $expId,
     107                $batchId,
     108                $surveyType,
     109                $deleted,
     110                $dvoDb,
     111                $processed,
     112                $onDatastore,
     113                $loadedToOdm,
     114                $loadFailed,
     115                $mergeWorthy,
     116                $merged) = @{$batch};
    105117
    106118        if (!$onDatastore) {next;}
     
    216228}
    217229
    218 
    219 
    220230########################################################################################
    221231#
Note: See TracChangeset for help on using the changeset viewer.