- 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/batch.py
r35352 r35402 276 276 p = Popen(cmd, shell=True, stdout=PIPE) 277 277 p.wait() 278 if p.returncode != 0: 279 self.logger.errorPair("error running xmllint for ", tmpPath) 280 raise 278 281 except: 279 282 self.logger.errorPair("Popen failed", cmd) … … 301 304 p = Popen(cmd, shell=True, stdout=PIPE) 302 305 p.wait() 303 304 306 if p.returncode != 0: 305 307 self.logger.errorPair("tar command", "failed") … … 311 313 p = Popen(cmd, shell=True, stdout=PIPE) 312 314 p.wait() 313 314 315 if p.returncode != 0: 315 316 self.logger.errorPair("gzip command", "failed") … … 519 520 p = Popen(cmd, shell=True, stdout=PIPE) 520 521 p.wait() 522 if p.returncode != 0: 523 self.logger.errorPair("dvograbber command", "failed") 524 return False 521 525 522 526 rowCount = self.scratchDb.getRowCount("dvoDetection")
Note:
See TracChangeset
for help on using the changeset viewer.
