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