Skip to content

Unsupported symbols in the input (if elements or classes lists are not joined) #39

@blokhin

Description

@blokhin

Should always join:
{'elements': '-'.join(elements), 'classes': ','.join(classes)}

since this does not work for lists:
{'elements': elements, 'classes': classes}

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationWhere the docs should be improved

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions