Changeset 4466

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

this error message may come in handy

Files:
1 modified

Legend:

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

    r4465 r4466  
    471471 
    472472            if (sad_file == None and das_file != None) or (sad_file != None and das_file == None): 
    473                 #errorMsg(self, "Could not find both a SAD file and a DAS in this directory:\n " + dirpath) 
     473                errorMsg(self, "Could not find both a SAD file and a DAS in this directory:\n " + dirpath) 
    474474                continue 
    475475