<p>Arthur Heymans has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27630">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Documenation/conf.py: Make sure release is a string<br><br>With python3 the split method can operate on strings while check_output<br>generates bytestrings.<br><br>Change-Id: I7b455c56e8195f0ecfbe5e360ac161c176f00115<br>Signed-off-by: Arthur Heymans <arthur@aheymans.xyz><br>---<br>M Documentation/conf.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://review.coreboot.org:29418/coreboot refs/changes/30/27630/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/Documentation/conf.py b/Documentation/conf.py</span><br><span>index b8415c6..ff1ad9d 100644</span><br><span>--- a/Documentation/conf.py</span><br><span>+++ b/Documentation/conf.py</span><br><span>@@ -20,7 +20,7 @@</span><br><span> # built documents.</span><br><span> #</span><br><span> # The full version, including alpha/beta/rc tags.</span><br><span style="color: hsl(0, 100%, 40%);">-release = subprocess.check_output(('git', 'describe'))</span><br><span style="color: hsl(120, 100%, 40%);">+release = subprocess.check_output(('git', 'describe')).decode("utf-8")</span><br><span> # The short X.Y version.</span><br><span> version = release.split("-")[0]</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27630">change 27630</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.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://review.coreboot.org/27630"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I7b455c56e8195f0ecfbe5e360ac161c176f00115 </div>
<div style="display:none"> Gerrit-Change-Number: 27630 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz> </div>