<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/pysim/+/23803">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pySim-shell: separate export summary with a headline<br><br>the export summary is printed after the log entry for the last file<br>without separation. This is confusing because it looks like if the<br>summary would refer to the last file only. Lets add a headline to make<br>clear that the last few lines are the "Export summary"<br><br>Change-Id: I90771e525b2b114bdb41a8e90d298ca991c09c3d<br>Related: OS#4963<br>---<br>M pySim-shell.py<br>1 file changed, 6 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/03/23803/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 a8db263..c702c61 100755</span><br><span>--- a/pySim-shell.py</span><br><span>+++ b/pySim-shell.py</span><br><span>@@ -288,6 +288,12 @@</span><br><span>                  self.export(opts.filename, context)</span><br><span>          else:</span><br><span>                        self.walk(0, self.export, context)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+          self._cmd.poutput("#" * 80)</span><br><span style="color: hsl(120, 100%, 40%);">+         headline  = "Export summary" + " " * 80</span><br><span style="color: hsl(120, 100%, 40%);">+           self._cmd.poutput("# " + headline[0:77] + "#")</span><br><span style="color: hsl(120, 100%, 40%);">+            self._cmd.poutput("#" * 80)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>              self._cmd.poutput("# total files visited: %u" % context['COUNT'])</span><br><span>          self._cmd.poutput("# bad files:           %u" % context['ERR'])</span><br><span>            for b in context['BAD']:</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/pysim/+/23803">change 23803</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/+/23803"/><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: I90771e525b2b114bdb41a8e90d298ca991c09c3d </div>
<div style="display:none"> Gerrit-Change-Number: 23803 </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>