Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 175
    • Merge requests 175
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !56352

Fixing obsolete python in grl function

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Zach Marshall requested to merge zmarshal/athena:DQ_iter_pythonFix into master Aug 30, 2022
  • Overview 4
  • Commits 1
  • Pipelines 1
  • Changes 1

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.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: DQ_iter_pythonFix