'xml.etree.ElementTree.Element' object has no attribute 'getchildren'
ls4cfk opened this issue · 1 comments
ls4cfk commented
takamine740 commented
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.