Browse Source
- Implemented a `try-except` block in the `recursive_search` function to handle `FileNotFoundError` gracefully. - When encountering a file or directory path that cannot be accessed (causing `FileNotFoundError`), the code now logs a warning and skips processing for that specific path instead of crashing the node (CheckpointLoaderSimple was usually the first to break). This allows the rest of the directory traversal to proceed without interruption.pull/2522/head
TFWol
10 months ago
committed by
GitHub
1 changed files with 7 additions and 2 deletions
Loading…
Reference in new issue