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
If you have a hierarchical path and are executing in anything other than the first level of the hierarchy, you should get a NULL returned for the previous levels that are not going to be used.`
set_autos() is not removing these NULLs before looping through the list, so you end up with an out of bounds error since it is using the length of the list with NULLs included.
What happened?
If you have a hierarchical path and are executing in anything other than the first level of the hierarchy, you should get a NULL returned for the previous levels that are not going to be used.`
set_autos()
is not removing these NULLs before looping through the list, so you end up with an out of bounds error since it is using the length of the list with NULLs included.Session Information
n/a
Reproducible Example
I will add this as a test and PR.
The text was updated successfully, but these errors were encountered: