Change in pysim[master]: ts_102_221: use keywords to avoid conflicts with positional args

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

dexter gerrit-no-reply at lists.osmocom.org
Wed Mar 31 15:33:42 UTC 2021


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/23563 )


Change subject: ts_102_221: use keywords to avoid conflicts with positional args
......................................................................

ts_102_221: use keywords to avoid conflicts with positional args

The Change I83d718ff9c3ff6aef47930f38d7f50424f9b880f removes the
keyword arguments from the CardProfile class constructor. This requires
us to use the keywords during instantiation since we can not rely on
the position anymore.

Change-Id: Ia62597c59287848662dbbedcc38ba90f183c4aca
---
M pySim/ts_102_221.py
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/63/23563/1

diff --git a/pySim/ts_102_221.py b/pySim/ts_102_221.py
index 256a697..b8fce1b 100644
--- a/pySim/ts_102_221.py
+++ b/pySim/ts_102_221.py
@@ -294,4 +294,4 @@
             },
           }
 
-        super().__init__('UICC', 'ETSI TS 102 221', files, sw)
+        super().__init__('UICC', desc='ETSI TS 102 221', files_in_mf=files, sw=sw)

-- 
To view, visit https://gerrit.osmocom.org/c/pysim/+/23563
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ia62597c59287848662dbbedcc38ba90f183c4aca
Gerrit-Change-Number: 23563
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210331/bf4b035b/attachment.htm>


More information about the gerrit-log mailing list