IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 20, 2013, 2:42:35 PM (13 years ago)
Author:
eugene
Message:

use scratchdb hostname to indicate ingested state (and by whom)

File:
1 edited

Legend:

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

    r35183 r35184  
    195195                            # need to work out a good boundary / region strategy in coordination with
    196196                            # impact of mysql insertion
    197                             if not self.ippToPspsDb.isBoxIngested(boxId):
     197                            if not self.ippToPspsDb.isBoxIngested(boxId, self.scratchDb.dbHost):
    198198                                self.dvoDetections.nativeIngestDetections(boxId, boxDim['RA'], boxDim['DEC'], boxSize)
    199199
Note: See TracChangeset for help on using the changeset viewer.