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

Changeset 155

Show
Ignore:
Timestamp:
04/09/08 19:37:29
Author:
cbc
Message:

Shorten catalog format in plotSodar.py.

Files:

Legend:

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

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