bug fix in first_found search path assembly

pull/2903/head
Serge van Ginderachter 11 years ago
parent 39f84b7f4d
commit 7eeab168bc

@ -152,7 +152,7 @@ class LookupModule(object):
else:
for path in pathlist:
for fn in filelist:
os.path.join(path, fn)
f = os.path.join(path, fn)
total_search.append(f)
else:
total_search = [term]

Loading…
Cancel
Save