From 6d205d3a1ab16ce1e5431e90f37f4747f68380c8 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Thu, 19 Jan 2023 11:41:35 +0100 Subject: [PATCH] sysmo_usim: fix log output When programming EF.AD the log now shows "Programming ..." instead of "Programming...", which upsets the unit-tests --- sysmo_usim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysmo_usim.py b/sysmo_usim.py index fea756f..c4da5c7 100644 --- a/sysmo_usim.py +++ b/sysmo_usim.py @@ -187,7 +187,7 @@ class Sysmo_usim: print(" * Error: mnclen value must consist of a single byte!") return - print(" * Programming ...") + print(" * Programming...") # EF.AD in DF.GSM self.sim.select(GSM_SIM_DF_GSM)