diff --git a/pySim/filesystem.py b/pySim/filesystem.py index d52a16e4..95f792a8 100644 --- a/pySim/filesystem.py +++ b/pySim/filesystem.py @@ -384,7 +384,7 @@ class CardMF(CardDF): def get_app_names(self): """Get list of completions (AID names)""" - return [x.name for x in self.applications] + return list(self.applications.values()) def get_selectables(self, flags=[]) -> dict: """Return a dict of {'identifier': File} that is selectable from the current DF.