<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/pysim/+/23668">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pySim-shell: fix wrong reference to iccid.<br><br>It should be self.iccid instead of self._cmd.iccid<br><br>Change-Id: Icb7378929187a4fc39a8f1ddbaa18291f16caf79<br>Related: OS#4963<br>---<br>M pySim-shell.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/68/23668/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pySim-shell.py b/pySim-shell.py</span><br><span>index 7f48d58..f1060de 100755</span><br><span>--- a/pySim-shell.py</span><br><span>+++ b/pySim-shell.py</span><br><span>@@ -111,7 +111,7 @@</span><br><span>                      if pin_adm:</span><br><span>                          self.poutput("found ADM-PIN '%s' for ICCID '%s'" % (result, self.iccid))</span><br><span>                   else:</span><br><span style="color: hsl(0, 100%, 40%);">-                           self.poutput("cannot find ADM-PIN for ICCID '%s'" % (self._cmd.iccid))</span><br><span style="color: hsl(120, 100%, 40%);">+                              self.poutput("cannot find ADM-PIN for ICCID '%s'" % (self.iccid))</span><br><span>                          return</span><br><span> </span><br><span>           if pin_adm:</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/pysim/+/23668">change 23668</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/+/23668"/><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: Icb7378929187a4fc39a8f1ddbaa18291f16caf79 </div>
<div style="display:none"> Gerrit-Change-Number: 23668 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>