From eb72fa461db96519b37e0883e046ee76199a46c9 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Fri, 26 Mar 2021 21:29:57 +0100 Subject: [PATCH] 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 --- pySim/filesystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pySim/filesystem.py b/pySim/filesystem.py index f6dddb68..0494df7c 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