Change in pysim[master]: filesystem.py: Fix type annotation of read_binary_dec()

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

laforge gerrit-no-reply at lists.osmocom.org
Sat Apr 3 09:35:31 UTC 2021


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


Change subject: filesystem.py: Fix type annotation of read_binary_dec()
......................................................................

filesystem.py: Fix type annotation of read_binary_dec()

Change-Id: I781fc0c564a318a6f9b2ec8dccf9f8865bff0e48
---
M pySim/filesystem.py
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/92/23592/1

diff --git a/pySim/filesystem.py b/pySim/filesystem.py
index 55a7130..3eea2f4 100644
--- a/pySim/filesystem.py
+++ b/pySim/filesystem.py
@@ -966,7 +966,7 @@
             raise TypeError("Only works with TransparentEF")
         return self.card._scc.read_binary(self.selected_file.fid, length, offset)
 
-    def read_binary_dec(self) -> dict:
+    def read_binary_dec(self) -> Tuple[dict, str]:
         """Read [part of] a transparent EF binary data and decode it.
 
         Args:

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

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I781fc0c564a318a6f9b2ec8dccf9f8865bff0e48
Gerrit-Change-Number: 23592
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210403/7780cb6f/attachment.htm>


More information about the gerrit-log mailing list