Attention is currently required from: laforge.
Patch set 3:Code-Review +1
1 comment:
File pySim/esim/saip/__init__.py:
Patch Set #3, Line 176: elif self.type == 'genericFileManagement':
you might use a dict for this.
elif self.type in some_dict:
return some_dict[self.type]
To view, visit change 36960. To unsubscribe, or for help writing mail filters, visit settings.