_yaml.node_get() would behave differently if indices=[] as opposed to indices=None. This tweak fixes that.
_yaml.node_get()
indices=[]
indices=None
indices being [] and None now skip this, was that the intent?
closed