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
Use aaload instead of getfield for accessing elements in a list.
Previously, the code used `getfield` to access elements in a list. While
this is not incorrect, this change made the code more consistent with
`functools.xml`, which uses `aaload`.
0 commit comments