Changeset 4343

Show
Ignore:
Timestamp:
09/26/08 06:08:50 (3 months ago)
Author:
airadier
Message:

Fix search with non-environment folders. Closes #3559, thanks to bobbysmith007

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • searchallplugin/tracsearchall/searchall.py

    r4042 r4343  
    6060                continue 
    6161             
    62             env = open_environment(project_path) 
     62            try: 
     63                env = open_environment(project_path) 
     64            except: 
     65                continue 
    6366                         
    6467