Changeset 32326 for trunk/ippToPsps
- Timestamp:
- Sep 5, 2011, 9:51:02 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/batch.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/batch.py
r32304 r32326 372 372 self.tablesToExport.append(table.name) 373 373 374 self.alterPspsTables();374 return self.alterPspsTables(); 375 375 376 376 ''' … … 519 519 ''' 520 520 Creates and publishes a batch 521 TODO all methids call below should throw exceptions on failure 521 522 ''' 522 523 def run(self): … … 527 528 return 528 529 529 self.createEmptyPspsTables() 530 if not self.createEmptyPspsTables(): 531 self.logger.error("Aborting this batch due to (hopefully) previously reported errors") 532 self.ippToPspsDb.updateProcessed(self.batchID, -1) 533 return 534 530 535 self.importIppTables() 531 536 if not self.populatePspsTables():
Note:
See TracChangeset
for help on using the changeset viewer.
