Skip to content

Code that never works #585

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