<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/pysim/+/23592">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">filesystem.py: Fix type annotation of read_binary_dec()<br><br>Change-Id: I781fc0c564a318a6f9b2ec8dccf9f8865bff0e48<br>---<br>M pySim/filesystem.py<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/92/23592/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pySim/filesystem.py b/pySim/filesystem.py</span><br><span>index 55a7130..3eea2f4 100644</span><br><span>--- a/pySim/filesystem.py</span><br><span>+++ b/pySim/filesystem.py</span><br><span>@@ -966,7 +966,7 @@</span><br><span>             raise TypeError("Only works with TransparentEF")</span><br><span>         return self.card._scc.read_binary(self.selected_file.fid, length, offset)</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-    def read_binary_dec(self) -> dict:</span><br><span style="color: hsl(120, 100%, 40%);">+    def read_binary_dec(self) -> Tuple[dict, str]:</span><br><span>         """Read [part of] a transparent EF binary data and decode it.</span><br><span> </span><br><span>         Args:</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/pysim/+/23592">change 23592</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/pysim/+/23592"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: pysim </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I781fc0c564a318a6f9b2ec8dccf9f8865bff0e48 </div>
<div style="display:none"> Gerrit-Change-Number: 23592 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>