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/.

dexter gerrit-no-reply at lists.osmocom.org
Tue Apr 20 21:27:16 UTC 2021


dexter has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/17/23817/1

diff --git a/pySim/filesystem.py b/pySim/filesystem.py
index 36588e2..6fd2cd9 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: 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/20210420/4ee35ee9/attachment.htm>


More information about the gerrit-log mailing list