Fix windows regression
This commit is contained in:
parent
0df474c8ff
commit
ba25b691ff
@ -68,8 +68,8 @@ def splice():
|
||||
# insert entry information
|
||||
items = 0
|
||||
for mtime,file in dir:
|
||||
if index:
|
||||
base = file.split('/')[-1]
|
||||
if index != None:
|
||||
base = os.path.basename(file)
|
||||
if index.has_key(base) and index[base] not in sub_ids: continue
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user