Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Code that never works #585

@de-served

Description

@de-served

WAS_Node_Suite.py:

    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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions