Skip to content
Success

Changes

Summary

  1. Fix typos (details)
  2. pySim.esim.saip.FsNodeADF: Fix __str__ method (details)
Commit 4ee99c18cd6c18ff6e8c71096a1f58901962acc8 by laforge
Fix typos

Found via `codespell -S tests -L ist,adn,ciph,ue,ot,readd,te,oce,tye`

Change-Id: I00a72e4f479dcef88f7d1058ce53edd0129d336a
The file was modifieddocs/legacy.rst
The file was modifiedpySim/ara_m.py
The file was modifiedpySim/ts_31_102.py
The file was modifiedpySim/global_platform/__init__.py
The file was modifiedpySim/legacy/cards.py
The file was modifieddocs/osmo-smdpp.rst
The file was modifiedpySim/runtime.py
The file was modifieddocs/suci-tutorial.rst
The file was modifiedpySim/card_key_provider.py
The file was modifiedpySim/profile.py
The file was modifiedpySim/utils.py
The file was modifiedpySim-smpp2sim.py
The file was modifiedpySim/secure_channel.py
The file was modifieddocs/sim-rest.rst
The file was modifiedpySim/transport/__init__.py
The file was modifiedcontrib/es2p_client.py
The file was modifiedcontrib/unber.py
The file was modifiedpySim/commands.py
The file was modifiedpySim/esim/saip/__init__.py
The file was modifiedpySim-prog.py
The file was modifiedpySim/esim/rsp.py
The file was modifiedcontrib/es9p_client.py
The file was modifiedpySim/global_platform/uicc.py
The file was modifiedpySim/legacy/utils.py
The file was modifiedpySim-read.py
The file was modifiedpySim-shell.py
The file was modifiedpySim-trace.py
The file was modifiedpySim/cat.py
The file was modifiedpySim/esim/saip/validation.py
The file was modifiedpySim/esim/es2p.py
The file was modifiedosmo-smdpp.py
The file was modifiedpySim/esim/es9p.py
The file was modifiedcontrib/saip-tool.py
The file was modifiedpySim/ts_51_011.py
The file was modifiedcontrib/saip-tool_example_add-app.sh
The file was modifiedpySim/esim/http_json_api.py
The file was modifiedpySim/javacard.py
The file was modifiedpySim/ts_31_103_shared.py
The file was modifiedpySim/filesystem.py
Commit 947154639c9ac57da76fbc6235818df4c93e2ec3 by laforge
pySim.esim.saip.FsNodeADF: Fix __str__ method

It's quite common for a FsNodeADF to not have a df_name, so we need
to guard against that during stringification to avoid an exception.

Change-Id: I919d7c46575e0ebcdf3b979347a5cdd1a9feb294
The file was modifiedpySim/esim/saip/__init__.py