From 1da8636c0fa1eb4e152e7ac935021e0853b83b7c Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Tue, 31 Oct 2023 13:17:14 +0100 Subject: [PATCH] runtime: cosmetic: fix formatting of comment Change-Id: I4e949a08c1bfab413b82e958a64404390e58148f --- pySim/runtime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pySim/runtime.py b/pySim/runtime.py index a54a1b63..8660724e 100644 --- a/pySim/runtime.py +++ b/pySim/runtime.py @@ -241,7 +241,7 @@ class RuntimeLchan: def probe_file(self, fid: str, cmd_app=None): """Blindly try to select a file and automatically add a matching file - object if the file actually exists.""" + object if the file actually exists.""" if not is_hex(fid, 4, 4): raise ValueError( "Cannot select unknown file by name %s, only hexadecimal 4 digit FID is allowed" % fid)