Attention is currently required from: dexter. laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/pysim/+/28163 )
Change subject: pySim-shell: make APDU command available on the lowest level ......................................................................
Patch Set 1:
(2 comments)
File pySim-shell.py:
https://gerrit.osmocom.org/c/pysim/+/28163/comment/4f6444e7_c5dc7b71 PS1, Line 227: if (self.card): I think in python you don't usually put parenthesis around a single condition in an if statement, see "if new == True:" above.
https://gerrit.osmocom.org/c/pysim/+/28163/comment/684a6018_275b38cd PS1, Line 257: if (data): same here. "if data:" should do the trick.