Changeset 35011
- Timestamp:
- Jan 22, 2013, 5:09:02 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py
r34987 r35011 113 113 ''' 114 114 def run(self): 115 116 117 print "test line"118 print "PATH", os.getenv("PATH")119 115 120 116 if not self.scratchDb.connected: return … … 179 175 # XXXX EAM : in parallel model, this should happen for all P2 & Stack batches 180 176 # 181 if batchType == 'P2'and smfsPerGB > 30:177 if (batchType == 'P2' or batchType == 'ST') and smfsPerGB > 30: 182 178 if not self.dvoDetections.sync(): 183 179 self.logger.errorPair("Could not sync DVO with MySQL", "skipping") … … 280 276 ''' 281 277 def printUsage(self): 282 super( Cleanup, self).printUsage("<[init]>")278 super(Loader, self).printUsage("<[init]>") 283 279 284 280
Note:
See TracChangeset
for help on using the changeset viewer.
