You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/tmp/arsctest.py", line 12, in <module>
print(get_arsc_info(rsc))
File "/usr/lib/python3/dist-packages/pyaxmlparser/arscutil.py", line 636, in get_arsc_info
tmp_buff = getattr(arscobj, "get_" + ttype + "_resources")(
File "/usr/lib/python3/dist-packages/pyaxmlparser/arscparser.py", line 439, in get_bool_resources
buff += '<bool name="%s">%s</bool>\n' % (i[0], i[1])
IndexError: list index out of range
Running
get_arsc_info
function frompyaxmlparser.arscutil
on resources.arsc from repo at:https://github.com/appknox/pyaxmlparser/blob/master/tests/test_apk/resources.arsc
will return:
code to reproduce:
The text was updated successfully, but these errors were encountered: