mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-25 14:58:33 +03:00
runtime: cosmetic: fix formatting of comment
Change-Id: I4e949a08c1bfab413b82e958a64404390e58148f
This commit is contained in:
@@ -241,7 +241,7 @@ class RuntimeLchan:
|
|||||||
|
|
||||||
def probe_file(self, fid: str, cmd_app=None):
|
def probe_file(self, fid: str, cmd_app=None):
|
||||||
"""Blindly try to select a file and automatically add a matching file
|
"""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):
|
if not is_hex(fid, 4, 4):
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
"Cannot select unknown file by name %s, only hexadecimal 4 digit FID is allowed" % fid)
|
"Cannot select unknown file by name %s, only hexadecimal 4 digit FID is allowed" % fid)
|
||||||
|
|||||||
Reference in New Issue
Block a user