mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-13 19:17:09 +08:00
clearer error message
This commit is contained in:
parent
49f973bc93
commit
c3d47aa429
@ -248,7 +248,7 @@ def recursive_search(directory: str, excluded_dir_names: list[str] | None=None)
|
||||
if subdir not in excluded_dir_names:
|
||||
calls.append(executor.submit(lambda: handle(path)))
|
||||
except Exception as e:
|
||||
logging.error(f"Error while handling {file}: {e}")
|
||||
logging.error(f"recursive_search encountered error while handling '{file}': {e}")
|
||||
|
||||
calls.append(executor.submit(lambda: handle(directory)))
|
||||
while len(calls) > 0:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user