Changeset 37748 for trunk/ippToPsps/jython/loader.py
- Timestamp:
- Dec 14, 2014, 5:30:49 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/loader.py (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/loader.py
r37355 r37748 24 24 from objectbatch import ObjectBatch 25 25 26 from diffbatch import DiffBatch 27 #from diffobjectbatch import DiffObjectBatch 28 29 # 30 # 26 31 ''' 27 32 Loader class … … 191 196 # loop round IDs of all items to be processed 192 197 self.ippToPspsDb.lockBatchTable() 193 #self.logger.infoPair("heather:","lockbatchtable")198 self.logger.infoPair("heather:","lockbatchtable") 194 199 unattemptedCount = 0 195 200 for id in ids: 196 #self.logger.infoPair("heather:","in ids")201 self.logger.infoPair("heather:","in ids") 197 202 #self.logger.infoPair("heather:id",str(id)) 198 203 batchID = self.ippToPspsDb.createNewBatch(batchType, id) … … 202 207 unattemptedCount += 1 203 208 continue 204 #self.logger.infoPair("heather:","passed logic")209 self.logger.infoPair("heather:","passed logic") 205 210 206 211 self.ippToPspsDb.unlockTables() … … 244 249 245 250 elif batchType == "DF": 251 self.logger.infoPair("wegothere!","we are awesome") 246 252 batch = DiffBatch(self.logger, 247 253 self.config,
Note:
See TracChangeset
for help on using the changeset viewer.
