This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
dexter gerrit-no-reply at lists.osmocom.orgdexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/26254 )
Change subject: test
......................................................................
test
Change-Id: I612fdd6341db5bc5114dbdc29e04faa4e9b22238
---
M pySim-read.py
1 file changed, 4 insertions(+), 2 deletions(-)
  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/54/26254/1
diff --git a/pySim-read.py b/pySim-read.py
index 0c09dac..aa38a55 100755
--- a/pySim-read.py
+++ b/pySim-read.py
@@ -223,7 +223,8 @@
 		sw = 0
 		data, sw = card.select_adf_by_aid(adf="usim")
 	except Exception as e:
-		print("ADF.USIM: Can't select application -- " + str(e))
+		pass
+#		print("ADF.USIM: Can't select application -- " + str(e))
 	if sw == '9000':
 		# Select USIM profile
 		usim_card = UsimCard(scc)
@@ -277,7 +278,8 @@
 		sw = 0
 		data, sw = card.select_adf_by_aid(adf="isim")
 	except Exception as e:
-		print("ADF.ISIM: Can't select application -- " + str(e))
+		pass
+#		print("ADF.ISIM: Can't select application -- " + str(e))
 	if sw == '9000':
 		# Select USIM profile
 		isim_card = IsimCard(scc)
-- 
To view, visit https://gerrit.osmocom.org/c/pysim/+/26254
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I612fdd6341db5bc5114dbdc29e04faa4e9b22238
Gerrit-Change-Number: 26254
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211115/bd8e9438/attachment.htm>