IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2013, 4:48:08 PM (14 years ago)
Author:
eugene
Message:

add native dvo ingest option for objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/objectbatch.py

    r34834 r35056  
    7171        self.region = self.scratchDb.getRegionNameFromThisDvoIndex(self.id)
    7272        self.ippToPspsDb.insertObjectMeta(self.batchID, self.region)
    73         self.dvoObjects.ingestRegion(self.region)
     73        if True:
     74            self.dvoObjects.nativeIngestRegion(self.region)
     75        else:
     76            self.dvoObjects.ingestRegion(self.region)
    7477
    7578        return True
Note: See TracChangeset for help on using the changeset viewer.