<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/8867">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pjsip_channel_test_condition: Fix flake8 and pep8 errors.<br><br>* End header comment with ''' (single quotes) to match start of header<br>  comment.<br>* Address 'E251 unexpected spaces around keyword / parameter equals'<br>  pep8 error.<br>* Remove unused shebang (this module is not executable).<br><br>Change-Id: I887d0427089878f4f2fd62b817b23b9288253958<br>---<br>M lib/python/asterisk/pjsip_channel_test_condition.py<br>1 file changed, 2 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/67/8867/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/lib/python/asterisk/pjsip_channel_test_condition.py b/lib/python/asterisk/pjsip_channel_test_condition.py<br>index 2956bef..a30c8cc 100644<br>--- a/lib/python/asterisk/pjsip_channel_test_condition.py<br>+++ b/lib/python/asterisk/pjsip_channel_test_condition.py<br>@@ -1,4 +1,3 @@<br>-#!/usr/bin/env python<br> '''<br> Copyright (C) 2018, Digium, Inc.<br> Torrey Searle  <tsearle@gmail.com><br>@@ -7,7 +6,7 @@<br> <br> This program is free software, distributed under the terms of<br> the GNU General Public License Version 2.<br>-"""<br>+'''<br> <br> from twisted.internet import defer<br> from test_conditions import TestCondition<br>@@ -30,7 +29,7 @@<br>         if ('allowedchannels' in test_config.config):<br>             self.allowed_channels = test_config.config['allowedchannels']<br> <br>-    def evaluate(self, related_test_condition = None):<br>+    def evaluate(self, related_test_condition=None):<br>         """Evaluate the test condition"""<br> <br>         def __channel_callback(result):<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8867">change 8867</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.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.asterisk.org/8867"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I887d0427089878f4f2fd62b817b23b9288253958 </div>
<div style="display:none"> Gerrit-Change-Number: 8867 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>