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

debug-transform is broken with Python 3.9 #71

Open
mshelton opened this issue Sep 8, 2021 · 0 comments
Open

debug-transform is broken with Python 3.9 #71

mshelton opened this issue Sep 8, 2021 · 0 comments

Comments

@mshelton
Copy link

mshelton commented Sep 8, 2021

The getchildren() method for xml.etree.ElementTree.Element was deprecated in Python 3.2 has been removed as of the Python 3.9. This should be replaced by iter(x) or list(x) instead of x.getchildren().

This shows up in maltego/runner.py in console_writer.

https://docs.python.org/3/whatsnew/3.9.html#deprecated

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