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

Changeset 151

Show
Ignore:
Timestamp:
04/09/08 18:13:57
Author:
cbc
Message:

Fix typo lastest to latest in plotSodar.py.

Files:

Legend:

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

    r150 r151  
    162162    """ 
    163163    shutil.copy(os.path.join(pathout, plotName), 
    164                 os.path.join(lastest, 
     164                os.path.join(latest, 
    165165                             _latestPlotNamePrefix + plotName)) 
    166166    return 0