DataTree to List of Lists (Python)

Couldn’t figure out if that second argument was necessary or not but my problem seemed to be that I simplified the input from {0, 0} to {0}. Un-simplifying the data tree fixed the issue. Not sure exactly why this is though.