qark icon indicating copy to clipboard operation
qark copied to clipboard

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

Open ls4cfk opened this issue 4 years ago • 1 comments

image

ls4cfk avatar Nov 17 '20 14:11 ls4cfk

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.

takamine740 avatar Feb 19 '21 03:02 takamine740