From 04278afb1014b7c7b31b75ebd771205c98fa2d51 Mon Sep 17 00:00:00 2001 From: Vedat Baday <54285744+badayvedat@users.noreply.github.com> Date: Sat, 31 Aug 2024 02:26:47 +0300 Subject: [PATCH] feat: return import_failed from init_extra_nodes function (#4694) --- nodes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodes.py b/nodes.py index 513cd0c7..707d86b6 100644 --- a/nodes.py +++ b/nodes.py @@ -2129,3 +2129,5 @@ def init_extra_nodes(init_custom_nodes=True): else: logging.warning("Please do a: pip install -r requirements.txt") logging.warning("") + + return import_failed