Change in pysim[master]: filesystem: fix wrong 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/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Apr 21 16:39:05 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/23817 )

Change subject: filesystem: fix wrong comment
......................................................................

filesystem: fix wrong comment

The property rec_len is not a tuple, it is a set.

Related: OS#4963
Change-Id: I366772c62d0bb5a6400ce5b431eb94ac9248dccc
---
M pySim/filesystem.py
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/pySim/filesystem.py b/pySim/filesystem.py
index 36588e2..82b4409 100644
--- a/pySim/filesystem.py
+++ b/pySim/filesystem.py
@@ -688,7 +688,7 @@
             name : Brief name of the file, lik EF_ICCID
             desc : Description of the file
             parent : Parent CardFile object within filesystem hierarchy
-            rec_len : tuple of (minimum_length, recommended_length)
+            rec_len : set of {minimum_length, recommended_length}
         """
         super().__init__(fid=fid, sfid=sfid, name=name, desc=desc, parent=parent)
         self.rec_len = rec_len

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

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I366772c62d0bb5a6400ce5b431eb94ac9248dccc
Gerrit-Change-Number: 23817
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210421/99f78419/attachment.htm>


More information about the gerrit-log mailing list