Commit 66e588d8 authored by comfyanonymous's avatar comfyanonymous
Browse files

Ignore folder path directories that don't exist.

parent 871a8659
......@@ -173,6 +173,7 @@ def cached_filename_list_(folder_name):
folders = folder_names_and_paths[folder_name]
for x in folders[0]:
if os.path.isdir(x):
if x not in out[1]:
return None
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment