IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2015, 1:31:50 PM (12 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/ippToPsps/jython/loader.py

    r37355 r37801  
    2424from objectbatch import ObjectBatch
    2525
     26from diffbatch import DiffBatch
     27from diffobjectbatch import DiffObjectBatch
     28
     29#from forcedwarpbatch import ForcedWarpBatch
     30#from forcedobjectbatch import ForcedObjectBatch
     31#
     32#
    2633'''
    2734Loader class
     
    191198        # loop round IDs of all items to be processed
    192199        self.ippToPspsDb.lockBatchTable()
    193         #self.logger.infoPair("heather:","lockbatchtable")
     200        self.logger.infoPair("heather:","lockbatchtable")
    194201        unattemptedCount = 0
    195202        for id in ids:
    196             #self.logger.infoPair("heather:","in ids")
     203            self.logger.infoPair("heather:","in ids")
    197204            #self.logger.infoPair("heather:id",str(id))
    198205            batchID = self.ippToPspsDb.createNewBatch(batchType, id)
     
    202209                unattemptedCount += 1
    203210                continue
    204             #self.logger.infoPair("heather:","passed logic")
     211            self.logger.infoPair("heather:","passed logic")
    205212
    206213            self.ippToPspsDb.unlockTables()
     
    244251   
    245252                elif batchType == "DF":
     253                    self.logger.infoPair("wegothere!","we are awesome")
    246254                    batch = DiffBatch(self.logger,
    247255                            self.config,
Note: See TracChangeset for help on using the changeset viewer.