Attention is currently required from: laforge.
Patch set 6:Code-Review +1
1 comment:
File pySim/ts_102_221.py:
Patch Set #6, Line 512: ApplicationLabel
So pylint complains that this variable is undefined:
pySim/ts_102_221.py:512:63: E0602: Undefined variable 'ApplicationLabel' (undefined-variable)
And this is the sad side of using sub-classes in Python. For some reason, referencing them in lists and tuples does not work, I also faced this kind of an error while working with pycrate. Perhaps because tuples and lists are evaluated in some other scope?
To view, visit change 27130. To unsubscribe, or for help writing mail filters, visit settings.