IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29345


Ignore:
Timestamp:
Oct 6, 2010, 1:00:22 PM (16 years ago)
Author:
rhenders
Message:

Less ambiguous name for method

Location:
trunk/ippToPsps/perl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/perl/ippToPsps/IppToPspsDb.pm

    r29300 r29345  
    169169#
    170170########################################################################################
    171 sub isExposureAlreadyProcessed {
     171sub isExposureAlreadyPublished {
    172172    my ($self, $expId) = @_;
    173173
  • trunk/ippToPsps/perl/makeDetections.pl

    r29193 r29345  
    121121
    122122
    123     if ($ippToPspsDb->isExposureAlreadyProcessed($expId)) {
     123    if ($ippToPspsDb->isExposureAlreadyPublished($expId)) {
    124124
    125125        if ($force) {print "* Already processed '$expId', but forcing....\n";}
    126126        else {
    127127
    128             print "* Exposure ID '$expId' has already been processed, skipping\n";
     128            print "* Exposure ID '$expId' has already been processed and loaded to datastore, skipping\n";
    129129            next
    130130        };
Note: See TracChangeset for help on using the changeset viewer.