mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-17 19:08:35 +03:00
* [pylint] Fix referencing undefined variable 'shutil' * [pylint] Declare abstract LinkBase._send_apdu_raw() method as such * [pylint] Fix float vs integer division in cards.py * [pylint] Fix reference to undefined variable 'in_hex' * [pylint] Mark abstract MagicSimBase class as such * [pylint] Fix calling non-existing iteritems() of dict * [pylint] Declare some fields in _MagicSimBase class * [pylint] Mark abstract CardKeyProvider.get() method as such * [pylint] fix non-existing 'res' in EF_CNL._encode_record_hex()
8 lines
260 B
Plaintext
8 lines
260 B
Plaintext
Code-Review+2: laforge <laforge@osmocom.org>
|
|
Verified+1: Jenkins Builder
|
|
Submitted-by: laforge <laforge@osmocom.org>
|
|
Submitted-at: Sun, 02 May 2021 20:22:15 +0000
|
|
Reviewed-on: https://gerrit.osmocom.org/c/pysim/+/24024
|
|
Project: pysim
|
|
Branch: refs/heads/master
|