Show
Ignore:
Timestamp:
01/25/12 17:57:40 (16 months ago)
Author:
jjr8
Message:

* Incremented build number
* Continuing work on SpatiaLite? support
* Added OSU mesoscale eddies class

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • MGET/Branches/Jason/PythonPackage/src/GeoEco/Datasets/Collections.py

    r836 r903  
    809809            localPath = None 
    810810 
    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): 
    812812            return localPath, True 
    813813