- 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/dvoobjects.py
r35223 r35402 67 67 68 68 if self.skychunk.parallel: 69 if self.scratchDb.dbHost == "localhost": 70 self.logger.info("dvopsps objects -parallel is incompatible with localhost for scratchdb") 71 raise 72 69 73 cmd += " -parallel" 70 74 … … 72 76 p = Popen(cmd, shell=True, stdout=PIPE) 73 77 p.wait() 78 if p.returncode != 0: 79 self.logger.errorPair("dvopsps failed on ", region) 80 raise 74 81 75 82 # update lists after attempted sync
Note:
See TracChangeset
for help on using the changeset viewer.
