NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

Changeset 157

Show
Ignore:
Timestamp:
04/09/08 19:39:20
Author:
cbc
Message:

Fix catalog flormat in plotSodar.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sodar/trunk/plotSodar.py

    r156 r157  
    179179    """ 
    180180    destinationWalk = findMissing.computeDestinationWalk(destination, False) 
    181     catalogData = [destpath.split(os.sep)[-1] 
     181    catalogData = [(destpath.split(os.sep))[-1] 
    182182                   for destpath in destinationWalk] 
    183183    catalogHandle = open(os.path.join(catalog, _catalogName), 'wb')