From a5707c7dfba189ff83c8b6a91d8d715aab7d2dc2 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Wed, 13 Dec 2023 12:07:24 +0100 Subject: [PATCH] filesystem: fix typo Change-Id: I721875d302ab69340d56b33102297b56c070465f --- pySim/filesystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pySim/filesystem.py b/pySim/filesystem.py index 35863a85..0e72921a 100644 --- a/pySim/filesystem.py +++ b/pySim/filesystem.py @@ -147,7 +147,7 @@ class CardFile: return inter_path """Build the relative sequence of files we need to traverse to get from us to 'target'.""" - # special-case handling for selecting MF while we MF is selected + # special-case handling for selecting MF while the MF is selected if target == target.get_mf(): return [target] cur_fqpath = self.fully_qualified_path_fobj()