Commit Graph
2 Commits
Author SHA1 Message Date
TFWolandGitHub 1dab412c79 Add error handling to initial fix to keep cache intact 2024-01-14 15:06:33 -08:00
TFWolandGitHub 4ab0392f70 Resolved crashing nodes caused by FileNotFoundError during directory traversal
- 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.
2024-01-11 06:34:33 -08:00