You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "~/.local/lib/python3.10/site-packages/toml/decoder.py", line 1002, in load_array
a[b] = a[b] + ',' + a[b + 1]
IndexError: list index out of range
Array in .toml:
Per documentation:
"# Mixed-type arrays are allowed"
https://toml.io/en/v1.0.0#array
So:
The text was updated successfully, but these errors were encountered: