Skip to content

Fixing obsolete python in grl function

Zach Marshall requested to merge zmarshal/athena:DQ_iter_pythonFix into master

getinterator has been made obsolete in xml.etree.ElementTree.Element for some time (in python3 at least). Instead, this is just using iter, which still exists and seems to offer essentially the same functionality. Tested that this no longer crashes, at least.

Merge request reports