Attention is currently required from: dexter, fixeria, laforge.
Patch set 4:Code-Review +1
1 comment:
File pySim/transport/pcsc.py:
Patch Set #4, Line 44: reader_number = int(opts.pcsc_dev)
Looks like the int() is redundant here, argparse will already store it as int due to the type:
pySim-prog.py: parser.add_option("-p", "--pcsc-device", dest="pcsc_dev", type='int', metavar="PCSC"
To view, visit change 34960. To unsubscribe, or for help writing mail filters, visit settings.