IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2013, 3:03:50 PM (13 years ago)
Author:
eugene
Message:

do not test file sizes & dates for validity (ipptopsps does not have access to this info)

File:
1 edited

Legend:

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

    r35170 r35174  
    7777        else:
    7878            self.dvoObjects.ingestRegion(self.region)
     79
     80        cptTableName = self.scratchDb.getDbFriendlyTableName(self.region + ".cpt")
     81        if not self.scratchDb.tableExists(cptTableName):
     82            return False
    7983
    8084        return True
Note: See TracChangeset for help on using the changeset viewer.