pysim/pySim/transport
Philipp Maier af4e5bb18c transport: do not catch exceptions in init_reader
We currently catch any exceptions that may occur when the card reader is
initialized. Then we print the exception string or the exception type
when no string is available. However, a failure during the reader
initialization is usually a severe problem, so a traceback would provde
a lot of helpful information to debug the issue. So lets not catch any
exceptions at this level so that we get the full backtrace.

Related: OS#6210
Change-Id: I4c4807576fe63cf71a7d33b243a3f8fea0b7ff23
2023-10-16 14:36:02 +02:00
..
__init__.py transport: do not catch exceptions in init_reader 2023-10-16 14:36:02 +02:00
calypso.py transport: add return type annotation to method __str__ 2023-10-10 12:06:57 +02:00
modem_atcmd.py transport: add return type annotation to method __str__ 2023-10-10 12:06:57 +02:00
pcsc.py transport: add return type annotation to method __str__ 2023-10-10 12:06:57 +02:00
serial.py transport: add return type annotation to method __str__ 2023-10-10 12:06:57 +02:00