laforge has uploaded this change for review.

View Change

pySim.esim.saip: Add missing initialization of File.df_name

Change-Id: Iaf596a8914850ccae584c3b78dc7711db736ac80
---
M pySim/esim/saip/__init__.py
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/11/38011/1
diff --git a/pySim/esim/saip/__init__.py b/pySim/esim/saip/__init__.py
index 7b4d04e..f934a01 100644
--- a/pySim/esim/saip/__init__.py
+++ b/pySim/esim/saip/__init__.py
@@ -114,6 +114,7 @@
self.nb_rec: Optional[int] = None
self.high_update: bool = False
self.shareable: bool = True
+ self.df_name = None
# apply some defaults from profile
if self.template:
self.from_template(self.template)

To view, visit change 38011. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Iaf596a8914850ccae584c3b78dc7711db736ac80
Gerrit-Change-Number: 38011
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge@osmocom.org>