Changeset 4188
- Timestamp:
- 06/18/07 13:11:37 (6 years ago)
- Files:
-
- 1 modified
-
platform/wavLoader/trunk/wavLoader/wavLoader.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
platform/wavLoader/trunk/wavLoader/wavLoader.py
r3649 r4188 52 52 _appFacProps = [] 53 53 54 domMgr.installApplication( name_SAD)54 domMgr.installApplication("/waveforms/" + name_SAD) 55 55 56 56 print name_SAD + " successfully installed onto Domain Manager" … … 122 122 _DM_fm = domMgr._get_fileMgr() 123 123 124 _fileSeq = _DM_fm.list(" .sad.xml")124 _fileSeq = _DM_fm.list("/waveforms/*.sad.xml") 125 125 126 126 maximum_number_applications = len(_fileSeq)