Changeset 35417 for trunk/ippToPsps/jython/dvoobjects.py
- Timestamp:
- Apr 19, 2013, 4:35:54 PM (13 years ago)
- Location:
- trunk/ippToPsps
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
jython/dvoobjects.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20130307/ippToPsps (added) merged: 35350,35352,35369,35402-35404,35413
- Property svn:mergeinfo changed
-
trunk/ippToPsps/jython/dvoobjects.py
r35223 r35417 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.
