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

Changeset 158

Show
Ignore:
Timestamp:
04/09/08 19:40:46
Author:
cbc
Message:

Fix catalog format in plotSodar.py.

Files:

Legend:

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

    r157 r158  
    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')