Change in pysim[master]: filesystem: fix typo in method call app()->append()

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/.

laforge gerrit-no-reply at lists.osmocom.org
Sat Mar 27 18:16:25 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/23512 )

Change subject: filesystem: fix typo in method call app()->append()
......................................................................

filesystem: fix typo in method call app()->append()

In the method add_application() the method name should be append()
instead of add().

Change-Id: Ic8ad62567968e09786eac86f219b56a3d3200511
Related: OS#4963
---
M pySim/filesystem.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



diff --git a/pySim/filesystem.py b/pySim/filesystem.py
index f6dddb6..0494df7 100644
--- a/pySim/filesystem.py
+++ b/pySim/filesystem.py
@@ -713,7 +713,7 @@
         return self.name
 
     def add_application(self, app):
-        self.applications.add(app)
+        self.applications.append(app)
 
     def interpret_sw(self, sw):
         """Interpret a given status word within the profile.  Returns tuple of

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

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ic8ad62567968e09786eac86f219b56a3d3200511
Gerrit-Change-Number: 23512
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210327/ddd297a1/attachment.htm>


More information about the gerrit-log mailing list