laforge has submitted this change. (
https://gerrit.osmocom.org/c/pysim/+/38599?usp=email
)
Change subject: commands: fix typo
......................................................................
commands: fix typo
Change-Id: I4103b7474063a26f09666361aef72abcd35bc12d
---
M pySim/commands.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, approved
diff --git a/pySim/commands.py b/pySim/commands.py
index 5c5933a..61e2554 100644
--- a/pySim/commands.py
+++ b/pySim/commands.py
@@ -617,7 +617,7 @@
return self.send_apdu_checksw(self.cla_byte + '44000002' + fid)
def create_file(self, payload: Hexstr) -> ResTuple:
- """Execute CREEATE FILE command as per TS 102 222 Section
6.3"""
+ """Execute CREATE FILE command as per TS 102 222 Section
6.3"""
return self.send_apdu_checksw(self.cla_byte + 'e00000%02x%s' %
(len(payload)//2, payload))
def resize_file(self, payload: Hexstr) -> ResTuple:
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/38599?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I4103b7474063a26f09666361aef72abcd35bc12d
Gerrit-Change-Number: 38599
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>