Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python >= 3.9 does not have xml.etree.ElementTree.getchildren() method #59

Open
rich7409 opened this issue Mar 15, 2023 · 0 comments
Open

Comments

@rich7409
Copy link

I was needing to update the code for another issue and tried on Python 3.9. It doesn't work because of line 648 of lims.py:

  for node in root.getchildren():

The documentation for ETree says this should be:

  for node in list(root):

As an addendum, I see from issue 58 from last year that this repository may well be dead. Is it time to move to SciLifeLabs original repository?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant