<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/pysim/+/23563">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ts_102_221: use keywords to avoid conflicts with positional args<br><br>The Change I83d718ff9c3ff6aef47930f38d7f50424f9b880f removes the<br>keyword arguments from the CardProfile class constructor. This requires<br>us to use the keywords during instantiation since we can not rely on<br>the position anymore.<br><br>Change-Id: Ia62597c59287848662dbbedcc38ba90f183c4aca<br>---<br>M pySim/ts_102_221.py<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/63/23563/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pySim/ts_102_221.py b/pySim/ts_102_221.py</span><br><span>index 256a697..b8fce1b 100644</span><br><span>--- a/pySim/ts_102_221.py</span><br><span>+++ b/pySim/ts_102_221.py</span><br><span>@@ -294,4 +294,4 @@</span><br><span> },</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">- super().__init__('UICC', 'ETSI TS 102 221', files, sw)</span><br><span style="color: hsl(120, 100%, 40%);">+ super().__init__('UICC', desc='ETSI TS 102 221', files_in_mf=files, sw=sw)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/pysim/+/23563">change 23563</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/pysim/+/23563"/><meta itemprop="name" content="View Change"/></div></div>
<div style="display:none"> Gerrit-Project: pysim </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ia62597c59287848662dbbedcc38ba90f183c4aca </div>
<div style="display:none"> Gerrit-Change-Number: 23563 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>