Skip to content
Failed

Changes

Summary

  1. align get_atr() return value type (details)
Commit cff898fba691748d0e077dfcd00a4b9a7e8ef23a by laforge
align get_atr() return value type

type annotations claimed the return type was Hexstr, but in reality
it was a list of integers.  Let's fix that.

Change-Id: I01b247dad40ec986cf199302f8e92d16848bd499
Closes: OS#6322
The file was modifiedpySim/filesystem.py
The file was modifiedpySim/legacy/cards.py
The file was modifiedpySim/transport/pcsc.py
The file was modifiedpySim/transport/serial.py
The file was modifiedpySim/runtime.py