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
Hi, looks like it is impossible to iterate on empty lists, that are considered scalars. This can be worked around, but complicates code. In Python for x in []: is OK, but if rather than having [] I have a YAML([]) then that does not work.
The text was updated successfully, but these errors were encountered:
Hi, looks like it is impossible to iterate on empty lists, that are considered scalars. This can be worked around, but complicates code. In Python
for x in []:
is OK, but if rather than having[]
I have aYAML([])
then that does not work.The text was updated successfully, but these errors were encountered: