IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32780


Ignore:
Timestamp:
Nov 23, 2011, 11:56:52 AM (15 years ago)
Author:
rhenders
Message:

removed 'loaded_to_datastore != 0' constraint when checking if a batch has been processed as it is dangerous

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/ipptopspsdb.py

    r32654 r32780  
    499499
    500500    '''
    501     Have we already processed and published this batch?
     501    Have we already processed this stage_id?
    502502    '''
    503503    def alreadyProcessed(self, batchType, stage_id, epoch, dvoGpc1Label):
     
    509509               AND timestamp > '" + epoch + "' \
    510510               AND dvo_db = '" + dvoGpc1Label + "' \
    511                AND processed = 1 \
    512                AND loaded_to_datastore != 0"
     511               AND processed = 1"
    513512
    514513        try:
Note: See TracChangeset for help on using the changeset viewer.