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/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/pysim/+/23028 )
Change subject: utils: catch exceptions during reader initalitation
......................................................................
Patch Set 2:
(2 comments)
https://gerrit.osmocom.org/c/pysim/+/23028/2/pySim-prog.py
File pySim-prog.py:
https://gerrit.osmocom.org/c/pysim/+/23028/2/pySim-prog.py@723
PS2, Line 723: if (sl == None):
Coding style:
if sl is None:
...
https://stackoverflow.com/questions/14247373/python-none-comparison-should-i-use-is-or/14247419#14247419
https://gerrit.osmocom.org/c/pysim/+/23028/2/pySim-read.py
File pySim-read.py:
https://gerrit.osmocom.org/c/pysim/+/23028/2/pySim-read.py@85
PS2, Line 85: if (sl == None):
Coding style:
if sl is None:
...
https://stackoverflow.com/questions/14247373/python-none-comparison-should-i-use-is-or/14247419#14247419
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/23028
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I313017355da01bbef7c3d3f1899555aadb509319
Gerrit-Change-Number: 23028
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Comment-Date: Mon, 22 Feb 2021 18:36:11 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210222/621e04e8/attachment.htm>