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 16:55:01 UTC 2021


dexter has submitted this change. ( 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(-)

Approvals:
  fixeria: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/pySim/utils.py b/pySim/utils.py
index 8f2b2e9..521abd6 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: 2
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211105/5ff35452/attachment.htm>


More information about the gerrit-log mailing list