- Timestamp:
- Apr 16, 2013, 6:27:02 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307/ippToPsps/jython/detectionbatch.py
r35369 r35402 909 909 return False 910 910 911 if self.populatePspsTablesChip("Chip", 0, 0, results, tables): otaCount = otaCount + 1912 913 if self.skipBatch:914 self.logger.error("fatal problem for exposure, skipping")915 return False911 if "Chip" in self.imageIDs: 912 if self.populatePspsTablesChip("Chip", 0, 0, results, tables): otaCount = otaCount + 1 913 if self.skipBatch: 914 self.logger.error("fatal problem for exposure, skipping") 915 return False 916 916 917 917 # print totals … … 926 926 self.logger.info("+-------+---------------+---------------+---------------+---------------+---------------+---------------+") 927 927 928 # if we only have one table export, i.e. FrameMeta, then get out of here 928 # if we only have one table export, i.e. FrameMeta, then get out of here (skip batch, but do not abort) 929 929 if len(self.tablesToExport) == 1: 930 930 self.skipBatch = True 931 931 self.logger.error("No tables to export") 932 932 return False
Note:
See TracChangeset
for help on using the changeset viewer.
