aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2021-03-26 21:29:57 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2021-03-26 22:05:04 +0100
commiteb72fa461db96519b37e0883e046ee76199a46c9 (patch)
tree8625382cde09db4cf83cb18d56a45b6ce1502864
parent9c1a4ece3d011e499a8bfa7a18bd04af2799669b (diff)
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
-rw-r--r--pySim/filesystem.py2
1 files changed, 1 insertions, 1 deletions
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 @@ class CardProfile(object):
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