feat: return import_failed from init_extra_nodes function (#4694)

This commit is contained in:
Vedat Baday 2024-08-31 02:26:47 +03:00 committed by GitHub
parent 935ae153e1
commit 04278afb10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -2129,3 +2129,5 @@ def init_extra_nodes(init_custom_nodes=True):
else: else:
logging.warning("Please do a: pip install -r requirements.txt") logging.warning("Please do a: pip install -r requirements.txt")
logging.warning("") logging.warning("")
return import_failed