mpds-api icon indicating copy to clipboard operation
mpds-api copied to clipboard

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

Open blokhin opened this issue 2 years ago • 0 comments

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

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

blokhin avatar May 24 '22 15:05 blokhin