From 1b44d0e651526c53e98ece64a99dee100d6b5b29 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Thu, 19 Jan 2023 11:49:39 +0100 Subject: [PATCH] sysmo_usim: fix log output When programming EF.AD an additional new-line is printed, which is not as intended. This also upsets the unit-tests. --- sysmo_usim.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sysmo_usim.py b/sysmo_usim.py index c4da5c7..0165efb 100644 --- a/sysmo_usim.py +++ b/sysmo_usim.py @@ -197,7 +197,6 @@ class Sysmo_usim: new_ad = res.apdu[0:3] + mnclen self.sim.update_binary(new_ad) - print("") # EF.AD in ADF.USIM self.sim.card.SELECT_ADF_USIM()