Change in pysim[master]: utils: cosmetic: remove stray comment

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
Fri Nov 5 15:58:37 UTC 2021


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


Change subject: utils: cosmetic: remove stray comment
......................................................................

utils: cosmetic: remove stray comment

The comment is already covered by the help string, lets remove it.

Change-Id: Ide2080ddb898441b6af70e32511b33ced23d0023
---
M pySim/utils.py
1 file changed, 0 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/25/26125/1

diff --git a/pySim/utils.py b/pySim/utils.py
index 3d4fb28..13299fb 100644
--- a/pySim/utils.py
+++ b/pySim/utils.py
@@ -56,7 +56,6 @@
 	b.extend(map(ord, s))
 	return b2h(b)
 
-# List of bytes to string
 def i2s(s:List[int]) -> str:
 	"""convert from a list of integers to an ASCII string"""
 	return ''.join([chr(x) for x in s])

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

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ide2080ddb898441b6af70e32511b33ced23d0023
Gerrit-Change-Number: 26125
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/20211105/15972ec9/attachment.htm>


More information about the gerrit-log mailing list