fixed: doesn't show disabled node pack properly.

This commit is contained in:
Dr.Lt.Data 2025-01-07 23:43:46 +09:00
parent 9c0fb43b4d
commit de907718e2

View File

@ -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