From 444792c88762fe5fb8d561fbedf39ff2a243bf58 Mon Sep 17 00:00:00 2001 From: Terry Jia Date: Thu, 12 Jun 2025 16:02:13 -0400 Subject: [PATCH] sf --- nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.py b/nodes.py index 5956c9566..89201cc72 100644 --- a/nodes.py +++ b/nodes.py @@ -2142,7 +2142,7 @@ def load_custom_node(module_path: str, ignore=set(), module_parent="custom_nodes logging.info("Automatically register web folder {} for {}".format(web_dir_name, project_name)) except Exception as e: - logging.debug("Unable to parse pyproject.toml due to lack dependency pydantic-settings, please run 'pip install -r requirements.txt'") + logging.debug(f"Unable to parse pyproject.toml due to lack dependency pydantic-settings, please run 'pip install -r requirements.txt': {e}") if hasattr(module, "WEB_DIRECTORY") and getattr(module, "WEB_DIRECTORY") is not None: web_dir = os.path.abspath(os.path.join(module_dir, getattr(module, "WEB_DIRECTORY")))