Changeset 4188

Show
Ignore:
Timestamp:
06/18/07 13:11:37 (6 years ago)
Author:
ttsou
Message:

fix for new fs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/wavLoader/trunk/wavLoader/wavLoader.py

    r3649 r4188  
    5252    _appFacProps = [] 
    5353 
    54     domMgr.installApplication(name_SAD) 
     54    domMgr.installApplication("/waveforms/" + name_SAD) 
    5555 
    5656    print name_SAD + " successfully installed onto Domain Manager" 
     
    122122    _DM_fm = domMgr._get_fileMgr() 
    123123     
    124     _fileSeq = _DM_fm.list(".sad.xml") 
     124    _fileSeq = _DM_fm.list("/waveforms/*.sad.xml") 
    125125     
    126126    maximum_number_applications = len(_fileSeq)