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
The __getitem__ method expect an IndexError to be raised to indicate the end of the sequence, this is expected by list and other operators which will ignore the exception. One problem is here where the exception should be IndexError. If this is changed then here there should be no printout for this exception. This bug manifests when applying list to field objects.
The text was updated successfully, but these errors were encountered:
The
__getitem__
method expect anIndexError
to be raised to indicate the end of the sequence, this is expected bylist
and other operators which will ignore the exception. One problem is here where the exception should beIndexError
. If this is changed then here there should be no printout for this exception. This bug manifests when applyinglist
to field objects.The text was updated successfully, but these errors were encountered: