Open navetal39 opened 3 years ago
Update: When downloading the package using pip3 it seems the very line I said seemed to cause problems has been fixed just like I thought it should be, but the version in this repo (and the one PyCharm downloaded using its package manager, which is probably this one) doesn't...
Odd.
Yep, didn't catch this in my new unit test, since the enum used there was defined inside the sequence and did not need to be resolved.
I will fix it now, your suggestion is correct.
After the fixes of 0.155.2 for my previous issue, the example code now throws this exception:
I beleive the erroneous line (asn1tools/codecs/compiler.py, line 441) should be
for key, value in resolved_member['values']:
instead (it seems to have fixed the problems in my code and the example code I used to test it).