"benchmark/vscode:/vscode.git/clone" did not exist on "bad7c26fdc7fb87099dc833ebf8ff873cef5170b"
  • TFWol's avatar
    Resolved crashing nodes caused by `FileNotFoundError` during directory traversal · 4ab0392f
    TFWol authored
    - 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.
    4ab0392f
folder_paths.py 9.08 KB