<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/pysim/+/23512">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">filesystem: fix typo in method call app()->append()<br><br>In the method add_application() the method name should be append()<br>instead of add().<br><br>Change-Id: Ic8ad62567968e09786eac86f219b56a3d3200511<br>Related: OS#4963<br>---<br>M pySim/filesystem.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/12/23512/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pySim/filesystem.py b/pySim/filesystem.py</span><br><span>index f6dddb6..0494df7 100644</span><br><span>--- a/pySim/filesystem.py</span><br><span>+++ b/pySim/filesystem.py</span><br><span>@@ -713,7 +713,7 @@</span><br><span>         return self.name</span><br><span> </span><br><span>     def add_application(self, app):</span><br><span style="color: hsl(0, 100%, 40%);">-        self.applications.add(app)</span><br><span style="color: hsl(120, 100%, 40%);">+        self.applications.append(app)</span><br><span> </span><br><span>     def interpret_sw(self, sw):</span><br><span>         """Interpret a given status word within the profile.  Returns tuple of</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/pysim/+/23512">change 23512</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/+/23512"/><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: Ic8ad62567968e09786eac86f219b56a3d3200511 </div>
<div style="display:none"> Gerrit-Change-Number: 23512 </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>