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

'xml.etree.ElementTree.Element' object has no attribute 'getchildren' #375

Open
ls4cfk opened this issue Nov 17, 2020 · 1 comment
Open

Comments

@ls4cfk
Copy link

ls4cfk commented Nov 17, 2020

image

@takamine740
Copy link

You can go to edit the file /usr/local/lib/python3.9/site-packages/qark/xml_helpers.py. At line 54, change string_array.getchildren() to list(string_array). It should fix the issue.

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

2 participants