You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
legacy_was_nodes.append('WAS_Node_Suite.py')```
1) cstr("os.path.basename(CUSTOM_NODES_DIR): " + os.path.basename(CUSTOM_NODES_DIR)).msg.print() will show `custom_nodes`, because CUSTOM_NODES_DIR is `custom_nodes`;
2) all directories inside custom_nodes are case INsensitive, but current code is case sensitive.
So this block of code will not work ever.