an else disappeared somehow

This commit is contained in:
Dana Jansens 2008-03-02 10:53:09 -05:00
parent a291ba6019
commit f1cf7fa339

View file

@ -90,6 +90,7 @@ class AutostartFile:
if path[0] == '/':
if match_func(path): return path
else: return None
else:
# check relative path
for dirname in search.split(os.pathsep):
if dirname != "":