Change in pysim[master]: cards.py: do not use spaces in card names

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.org
Mon Nov 11 10:08:37 UTC 2019


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/16022 )


Change subject: cards.py: do not use spaces in card names
......................................................................

cards.py: do not use spaces in card names

pySim-prog.py features a way to detect which card type is in the reader.
The returned value is often used as filename for testfiles and other
automated operations. Therefore lets not have spaces in simcard names

Change-Id: Ib7428fab767874dd53478d7c64601ff8938e05aa
---
M pySim/cards.py
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/22/16022/1

diff --git a/pySim/cards.py b/pySim/cards.py
index 41723c4..758ec0e 100644
--- a/pySim/cards.py
+++ b/pySim/cards.py
@@ -636,7 +636,7 @@
 		3F00/7F20/FF02: Ki
 	"""
 
-	name = 'Fairwaves SIM'
+	name = 'Fairwaves-SIM'
 	# Propriatary files
 	_EF_num = {
 	'Ki': 'FF02',
@@ -774,7 +774,7 @@
 
 	"""
 
-	name = 'OpenCells SIM'
+	name = 'OpenCells-SIM'
 
 	def __init__(self, ssc):
 		super(OpenCellsSim, self).__init__(ssc)

-- 
To view, visit https://gerrit.osmocom.org/c/pysim/+/16022
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ib7428fab767874dd53478d7c64601ff8938e05aa
Gerrit-Change-Number: 16022
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/20191111/b20f6e71/attachment.htm>


More information about the gerrit-log mailing list