Changeset 37173
- Timestamp:
- Aug 1, 2014, 5:27:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps/jython/dvo.py
r37160 r37173 267 267 regionDec = region[2] 268 268 regionPath = region[3] 269 270 # get paths for this region for the file types we are interested in271 # XXX ipptopsps cannot check files -- it does not know where they are272 ## paths = []273 ## for fileType in self.ingestFileTypes:274 ## paths.append(self.skychunk.dvoLocation + "/" + regionPath + "." + fileType)275 276 # check for the existence of all interested file types277 # XXX ipptopsps cannot check files -- it does not know where they are278 ## skipThisRegion = False279 ## for path in paths:280 ## if not os.path.isfile(path):281 ## skipThisRegion = True282 ## break283 284 ## if skipThisRegion: continue285 269 286 270 # ok, have real, populated files so add this region to the list
Note:
See TracChangeset
for help on using the changeset viewer.
