mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-02-14 07:02:34 +08:00
fixed: doesn't show disabled node pack properly.
This commit is contained in:
parent
9c0fb43b4d
commit
de907718e2
@ -1428,7 +1428,7 @@ def get_installed_node_packs():
|
|||||||
if y == '__pycache__':
|
if y == '__pycache__':
|
||||||
continue
|
continue
|
||||||
|
|
||||||
fullpath = os.path.join(x, y)
|
fullpath = os.path.join(disabled_dirs, y)
|
||||||
info = identify_node_pack_from_path(fullpath)
|
info = identify_node_pack_from_path(fullpath)
|
||||||
if info is None:
|
if info is None:
|
||||||
continue
|
continue
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user