Show
Ignore:
Timestamp:
07/19/07 13:44:04 (6 years ago)
Author:
DrewCormier
Message:

minor change. simplified code

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • experimental/ALF/trunk/alf/ALF.py

    r4464 r4465  
    459459                        # name as the sad file, and assume that both files are in the  
    460460                        # same directory.  similar to c_wavLoader. 
    461                         das_file = fname.replace(".sad.xml", "") + "_DAS.xml" 
     461                        das_file = fname.replace(".sad.xml", "_DAS.xml") 
    462462                        full_das_file = dirpath + "/" + das_file 
    463  
     463                        
    464464                # for framework <= r2983: 
    465465                # if fname.find("_DAS.xml") != -1: