From de907718e28137d9e767662fc20cb42de4659486 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 7 Jan 2025 23:43:46 +0900 Subject: [PATCH] fixed: doesn't show disabled node pack properly. --- glob/manager_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glob/manager_core.py b/glob/manager_core.py index 0c1838cc..d157a93c 100644 --- a/glob/manager_core.py +++ b/glob/manager_core.py @@ -1428,7 +1428,7 @@ def get_installed_node_packs(): if y == '__pycache__': continue - fullpath = os.path.join(x, y) + fullpath = os.path.join(disabled_dirs, y) info = identify_node_pack_from_path(fullpath) if info is None: continue