Skip to content

debug-transform is broken with Python 3.9 #71

@mshelton

Description

@mshelton

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions