laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/35352?usp=email )
Change subject: filesystem: fix typo ......................................................................
filesystem: fix typo
Change-Id: I721875d302ab69340d56b33102297b56c070465f --- M pySim/filesystem.py 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/pySim/filesystem.py b/pySim/filesystem.py index 35863a8..0e72921 100644 --- a/pySim/filesystem.py +++ b/pySim/filesystem.py @@ -147,7 +147,7 @@ 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()