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/batch.py

    r35097 r35174  
    544544        # for OB, this imports object data from DVO
    545545        if not self.importIppTables():
     546            if self.batchType == "OB":
     547                self.logger.errorPair("skipping this batch", "no dvo tables for this region")
     548                self.ippToPspsDb.updateProcessed(self.batchID, 1)
     549                return True
     550
    546551            self.logger.errorPair("Aborting this batch", "could not import IPP tables")
    547552            self.ippToPspsDb.updateProcessed(self.batchID, -1)
Note: See TracChangeset for help on using the changeset viewer.