Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
blokhin opened this issue May 24, 2022 · 0 comments
Labels
documentation Where the docs should be improved

Comments

@blokhin
Copy link
Member

blokhin commented May 24, 2022

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

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

@blokhin blokhin added the documentation Where the docs should be improved label May 24, 2022
@blokhin blokhin changed the title Unsupported symbols in the input (if elements of classes lists are not joined) Unsupported symbols in the input (if elements or classes lists are not joined) May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Where the docs should be improved
Projects
None yet
Development

No branches or pull requests

1 participant