Attention is currently required from: laforge. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/pysim/+/27130 )
Change subject: ts_102_221: Implement proper parsing of EF.DIR ......................................................................
Patch Set 6:
(1 comment)
File pySim/ts_102_221.py:
https://gerrit.osmocom.org/c/pysim/+/27130/comment/19633b3f_a7ed3f42 PS6, Line 512: ApplicationLabel
the code actually works as expected, it is just pylint that complains about it.
Good to know it works when passed to the metaclass (or whatever it's called). Then adding a special comment should do the trick (untested):
class ApplicationTemplate(BER_TLV_IE, tag=0x61, '# pylint: disable=E0602' nested=[ ... ])