mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-23 13:58:33 +03:00
filesystem: fix typo
Change-Id: I721875d302ab69340d56b33102297b56c070465f
This commit is contained in:
@@ -147,7 +147,7 @@ class CardFile:
|
|||||||
return inter_path
|
return inter_path
|
||||||
|
|
||||||
"""Build the relative sequence of files we need to traverse to get from us to 'target'."""
|
"""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():
|
if target == target.get_mf():
|
||||||
return [target]
|
return [target]
|
||||||
cur_fqpath = self.fully_qualified_path_fobj()
|
cur_fqpath = self.fully_qualified_path_fobj()
|
||||||
|
|||||||
Reference in New Issue
Block a user