Change in pysim[master]: cosmetic: fix excess space in log output (typo)

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 Jul 13 08:50:33 UTC 2018


dexter has submitted this change and it was merged. ( https://gerrit.osmocom.org/9967 )

Change subject: cosmetic: fix excess space in log output (typo)
......................................................................

cosmetic: fix excess space in log output (typo)

There shouldn't be a space between the end of a sentence and a
punctuation mark.

Change-Id: I33f9b8c803ccd185ffa370d235363423d82ba9c7
---
M pySim/transport/__init__.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  dexter: Verified



diff --git a/pySim/transport/__init__.py b/pySim/transport/__init__.py
index 9cd23d0..4b932cd 100644
--- a/pySim/transport/__init__.py
+++ b/pySim/transport/__init__.py
@@ -101,5 +101,5 @@
 				sw_masked = sw_masked + rv[1][i].lower()
 
 		if sw.lower() != sw_masked:
-			raise RuntimeError("SW match failed ! Expected %s and got %s." % (sw.lower(), rv[1]))
+			raise RuntimeError("SW match failed! Expected %s and got %s." % (sw.lower(), rv[1]))
 		return rv

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

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I33f9b8c803ccd185ffa370d235363423d82ba9c7
Gerrit-Change-Number: 9967
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180713/723bd2c7/attachment.htm>


More information about the gerrit-log mailing list