an else disappeared somehow
This commit is contained in:
parent
a291ba6019
commit
f1cf7fa339
1 changed files with 1 additions and 0 deletions
|
@ -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 != "":
|
||||
|
|
Loading…
Reference in a new issue