Attention is currently required from: laforge.
1 comment:
File pySim/ts_102_221.py:
Patch Set #6, 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=[ ... ])
To view, visit change 27130. To unsubscribe, or for help writing mail filters, visit settings.