Change in pysim[master]: filesystem: add comment to inform about checks in add_file()

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


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/23377 )


Change subject: filesystem: add comment to inform about checks in add_file()
......................................................................

filesystem: add comment to inform about checks in add_file()

The method add_file of class CardDF does some constraint checking
to the basic file parameters (e.g. fid). Since one might also expect
those checks in the superclass CardFile lets leave a comment to make
the code better understandable.

Change-Id: Iebae28909fe6aade3bd4024112a222819572d735
Related: OS#4963
---
M pySim/filesystem.py
1 file changed, 4 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/77/23377/1

diff --git a/pySim/filesystem.py b/pySim/filesystem.py
index bbead96..fa1e02c 100644
--- a/pySim/filesystem.py
+++ b/pySim/filesystem.py
@@ -55,6 +55,10 @@
             self.parent.add_file(self)
         self.shell_commands = []
 
+	# Note: the basic properties (fid, name, ect.) are verified when
+	# the file is attached to a parent file. See method add_file() in
+	# class Card DF
+
     def __str__(self):
         if self.name:
             return self.name

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

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Iebae28909fe6aade3bd4024112a222819572d735
Gerrit-Change-Number: 23377
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/20210316/cd2e7191/attachment.htm>


More information about the gerrit-log mailing list