Changeset 9590

Show
Ignore:
Timestamp:
09/25/09 12:43:33 (4 years ago)
Author:
cdietric
Message:

fixed path in connectTool.py

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/trunk/tools/alf/connectTool.py

    r9574 r9590  
    289289            sadfile = app._get_profile() 
    290290            sadfile = sadfile.replace('//','') 
    291             sadpath = '/sdr/' + sadfile 
     291# NOTE:  Use CF::FileManager to obtain location 
     292            sadpath = '/sdr/dom/' + sadfile 
    292293 
    293294            waveform = importWaveform.getWaveform(sadpath, self.alfFrameRef, self.alfFrameRef.Available_Ints)