- Timestamp:
- 01/25/12 17:57:40 (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
MGET/Branches/Jason/PythonPackage/src/GeoEco/Datasets/Collections.py
r836 r903 809 809 localPath = None 810 810 811 if localPath is not None and not os.path.splitext(localPath)[1]in [u'.bz2', u'.gz', u'.tar', u'.z', u'.zip'] and os.path.exists(localPath):811 if localPath is not None and os.path.splitext(localPath)[1] not in [u'.bz2', u'.gz', u'.tar', u'.z', u'.zip'] and os.path.exists(localPath): 812 812 return localPath, True 813 813
